@@ -50,7 +50,7 @@ class UserBank extends Model
$bank = self::where(['user_id' => $user->id, 'type' => $type])->find();
}
- if(!$bank) {
+ if(!$bank && $type!= 'wechat') {
throw \Exception('请完善您的账户信息');
if ($encryptCardNo) {