Browse Source

修复撤销出金接口

Robin 6 năm trước cách đây
mục cha
commit
52b15350a6

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

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