mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-22 14:59:14 +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,
|
'uid' => $this->uuid,
|
||||||
'code' => CodeExtend::uniqidDate(20, 'T'),
|
'code' => CodeExtend::uniqidDate(20, 'T'),
|
||||||
'openid' => $this->user['openid1'],
|
'openid' => $this->user['openid1'],
|
||||||
'status' => $params['transfer_audit'] > 0 ? 2 : 1,
|
'status' => $params['transfer_audit'] > 0 ? 1 : 3,
|
||||||
'amount' => $data['amount'],
|
'amount' => $data['amount'],
|
||||||
'remark' => $data['remark'],
|
'remark' => $data['remark'],
|
||||||
]);
|
]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user