aa
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
package api
|
package api
|
||||||
|
|
||||||
|
import aliyunsmsclient "github.com/KenmyZhang/aliyun-communicate"
|
||||||
|
|
||||||
|
var (
|
||||||
|
SMSClient *aliyunsmsclient.SmsClient
|
||||||
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
Init() // 这里必须要调用
|
Init() // 这里必须要调用
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user