Browse Source

会员升级

Kirin 1 year ago
parent
commit
9026bbe165
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/services/user/UserExtractServices.php

+ 1 - 1
app/services/user/UserExtractServices.php

@@ -387,7 +387,7 @@ class UserExtractServices extends BaseServices
             throw new ValidateException('签约未完成');
         }
         $bank_info = WithdrawService::init()::contractInfo($user['enterprise_professional_facilitator_id']);
-        if (!$bank_info['is_contract']) {
+        if (!$bank_info['sign_img']) {
             throw new ValidateException('签约未完成');
         }
         $data['cardnum'] = $bank_info['bank_code'];