浏览代码

修复撤销出金接口

Robin 6 年之前
父节点
当前提交
52b15350a6
共有 1 个文件被更改,包括 0 次插入1 次删除
  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{
         }else{
             return $this->outJson(0, [], '更新失败');
             return $this->outJson(0, [], '更新失败');
-            return $this->outJson(0, [], '更新失败');
         }
         }
     }
     }