From cd9bcce77fc1d0e234a7b46ebac8963a24dc9f48 Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 18 Sep 2019 09:43:50 +0800 Subject: [PATCH] Update Config.php --- application/store/controller/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/store/controller/Config.php b/application/store/controller/Config.php index e27b19673..a5f4c1e3e 100644 --- a/application/store/controller/Config.php +++ b/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::querySmsBalance2(); + $this->query2 = ExtendService::queryGlobeSmsBalance(); $this->fetch(); }