|
@@ -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');
|