mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-22 06:49:15 +08:00
Update Rebate.php
This commit is contained in:
parent
b7609f2651
commit
8e65a759d7
@ -56,7 +56,7 @@ class Rebate extends Auth
|
||||
'uid' => $this->uuid,
|
||||
'code' => CodeExtend::uniqidDate(20, 'T'),
|
||||
'openid' => $this->user['openid1'],
|
||||
'status' => $params['transfer_audit'] > 0 ? 2 : 1,
|
||||
'status' => $params['transfer_audit'] > 0 ? 1 : 3,
|
||||
'amount' => $data['amount'],
|
||||
'remark' => $data['remark'],
|
||||
]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user