Sfoglia il codice sorgente

ios充值配置限制去掉

zhangxiaobin 1 anno fa
parent
commit
edfb394b49
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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("配置信息为空!");