测试发短信

This commit is contained in:
苏尹岚
2020-05-19 17:02:50 +08:00
parent cf735634cc
commit fd8aee31ba
2 changed files with 6 additions and 1 deletions

View File

@@ -1519,7 +1519,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
// }
// }
// }
err = smsmsg.SendSMSMsg([]string{"18160030913"}, globals.SMSSignName, globals.SMSNewUserOrderTemplate, map[string]interface{}{
err = smsmsg.SendSMSMsg([]string{"17096577102,531"}, globals.SMSSignName, globals.SMSNewUserOrderTemplate, map[string]interface{}{
"tel": "123",
}, nil)