瀏覽代碼

ios充值配置限制去掉

zhangxiaobin 1 年之前
父節點
當前提交
edfb394b49
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/api/controller/Money.php

+ 1 - 1
application/api/controller/Money.php

@@ -1124,7 +1124,7 @@ class Money extends Common
         $params_from = $this->request->request("params_from",'');// 平台参数
         $where = [];
         if($params_from == 'ios'){
-            $where['money'] = ['<=', 3000];
+            //$where['money'] = ['<=', 3000];
         }
         $list = \app\common\model\RecharConfig::where($where)->order("weight", "asc")->select();
         if (!$list) $this->error("配置信息为空!");