|
|
dysms.SetACLClient(beego.AppConfig.String("AliSmsAccessId"), beego.AppConfig.String("AliSmsAccessSecret")) // dysms.New(ACCESSID, ACCESSKEY)
|
|
dysms.SetACLClient(beego.AppConfig.String("AliSmsAccessId"), beego.AppConfig.String("AliSmsAccessSecret")) // dysms.New(ACCESSID, ACCESSKEY)
|
|
|
respSendSms, err := dysms.SendSms(uuid.New(), mobile, sign, template, params).DoActionWithException()
|
|
respSendSms, err := dysms.SendSms(uuid.New(), mobile, sign, template, params).DoActionWithException()
|