From 940af4b622c8302f320af4dbe5a123f77842de9b Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Thu, 24 Jun 2021 15:32:49 +0800 Subject: [PATCH] aa --- globals/api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/globals/api/api.go b/globals/api/api.go index e098e5053..8d40c24a4 100644 --- a/globals/api/api.go +++ b/globals/api/api.go @@ -12,5 +12,5 @@ func init() { // 这样写的原因是在测试时,可以重新读取配置文件 func Init() { - + SMSClient = aliyunsmsclient.New("http://dysmsapi.aliyuncs.com/") }