Browse Source

会员升级

Kirin 1 year ago
parent
commit
997d597bd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/api/v1/user/UserController.php

+ 1 - 1
app/controller/api/v1/user/UserController.php

@@ -333,7 +333,7 @@ class UserController
         $user = $this->services->get($request->uid());
         if ($user['professional_id']) {
             $bank_info = WithdrawService::init()::contractInfo($user['enterprise_professional_facilitator_id']);
-            if ($bank_info['is_contract']) {
+            if ($bank_info['sign_img']) {
                 return app('json')->fail('签约已完成');
             }
             return app('json')->success('ok', WithdrawService::init()::applySignUrl($user['professional_id']));