Update Rebate.php

This commit is contained in:
邹景立 2021-03-15 18:09:18 +08:00
parent b7609f2651
commit 8e65a759d7

View File

@ -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'],
]);