This commit is contained in:
suyl
2021-06-24 15:32:20 +08:00
parent f2178a7548
commit dedef13719

View File

@@ -1,5 +1,11 @@
package api
import aliyunsmsclient "github.com/KenmyZhang/aliyun-communicate"
var (
SMSClient *aliyunsmsclient.SmsClient
)
func init() {
Init() // 这里必须要调用
}