quguofeng 2 лет назад
Родитель
Сommit
5a3a0cd44e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      application/store/controller/Config.php

+ 1 - 1
application/store/controller/Config.php

@@ -38,7 +38,7 @@ class Config extends Controller
         $this->title = '参数配置';
         $this->applyCsrfToken('save');
         $this->query = ExtendService::queryChinaSmsBalance();
-        $this->query2 = ExtendService::queryGlobeSmsBalance();
+        //$this->query2 = ExtendService::queryGlobeSmsBalance();
         $this->sell_switch = sysconf('sell_switch');
         $this->crystal_switch = sysconf('crystal_switch');
         $this->goods_detail_switch = sysconf('goods_detail_switch');