|
@@ -129,7 +129,7 @@ class UserWalletApply extends Model
|
|
|
if (!isset($applyInfo)) {
|
|
|
throw \Exception('您的提现信息有误');
|
|
|
}
|
|
|
- if($type == 'wechat' && $user->skm =='') throw \Exception('请上传收款码!');
|
|
|
+ if($type == 'wechat' && $user->skm =='') throw \Exception('请在个人信息完善收款码!');
|
|
|
$apply->apply_info = $applyInfo;
|
|
|
$apply->wechat_code = $user->skm ;
|
|
|
$apply->status = 0;
|