Browse Source

ios充值配置限制去掉

zhangxiaobin 1 năm trước cách đây
mục cha
commit
edfb394b49
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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("配置信息为空!");