This commit is contained in:
suyl
2021-06-24 15:32:49 +08:00
parent dedef13719
commit 940af4b622

View File

@@ -12,5 +12,5 @@ func init() {
// 这样写的原因是在测试时,可以重新读取配置文件
func Init() {
SMSClient = aliyunsmsclient.New("http://dysmsapi.aliyuncs.com/")
}