Browse Source

修复撤销出金接口

Robin 6 years ago
parent
commit
52b15350a6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      normandcrm/service/backend/controllers/WithdrawController.php

+ 0 - 1
normandcrm/service/backend/controllers/WithdrawController.php

@@ -400,7 +400,6 @@ class WithdrawController extends BaseController
 
         }else{
             return $this->outJson(0, [], '更新失败');
-            return $this->outJson(0, [], '更新失败');
         }
     }