This commit is contained in:
suyl
2021-06-24 15:36:51 +08:00
parent e09d175fa8
commit fda538ce92

View File

@@ -1,9 +1,13 @@
package api
import aliyunsmsclient "github.com/KenmyZhang/aliyun-communicate"
import (
"git.rosy.net.cn/jx-callback/business/jxutils/cache"
aliyunsmsclient "github.com/KenmyZhang/aliyun-communicate"
)
var (
SMSClient *aliyunsmsclient.SmsClient
Cacher cache.ICacher
)
func init() {