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