1
0
mirror of https://gitee.com/zoujingli/ThinkAdmin.git synced 2025-04-06 03:58:04 +08:00

Update Config.php

This commit is contained in:
Anyon 2019-09-18 09:43:50 +08:00
parent ce988dcacd
commit cd9bcce77f

@ -38,7 +38,7 @@ class Config extends Controller
$this->title = '商城参数配置';
$this->applyCsrfToken('save');
$this->query = ExtendService::queryChinaSmsBalance();
$this->query2 = ExtendService::querySmsBalance2();
$this->query2 = ExtendService::queryGlobeSmsBalance();
$this->fetch();
}