不发短信

This commit is contained in:
苏尹岚
2020-10-12 13:30:53 +08:00
parent e504547190
commit 14ae1bfe12
4 changed files with 54 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ var (
)
func SendSMSMsg(mobileList []string, signName, templateCode string, templateParam map[string]interface{}, order *model.GoodsOrder) (err error) {
return err
if len(mobileList) > 0 {
errList := errlist.New()
mobileList = jxutils.StringMap2List(jxutils.StringList2Map(mobileList))