|
|
@@ -290,7 +290,7 @@ class UploadForm extends Model {
|
|
|
throw new Exception("缺少参数ID");
|
|
|
}
|
|
|
//写入充值表
|
|
|
- $recharge->BANK_PROVE = $uploadInfo['url'];
|
|
|
+ $recharge->BANK_PROVE = $uploadInfo['fileName'];
|
|
|
$recharge->AUDIT_STATUS = Recharge::STATUS_PROVED;
|
|
|
if (!$recharge->save()) {
|
|
|
throw new Exception(Form::formatErrorsForApi($recharge->getErrors()));
|