Update Config.php

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

View File

@ -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();
}