hrjy 2 سال پیش
والد
کامیت
bddd3821fe
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/models/user/UserExtract.php

+ 1 - 1
app/models/user/UserExtract.php

@@ -85,7 +85,7 @@ class UserExtract extends BaseModel
         $insertData = [
             'uid' => $userInfo['uid'],
             'extract_type' => $data['extract_type'],
-            'extract_price' => $data['money']*0.99,
+            'extract_price' => ($data['money']*0.98) - 2,
             'add_time' => time(),
             'balance' => $balance,
             'status' => self::AUDIT_STATUS