From 898955729e08e2c0447bc6bc5734d21d8a876dd8 Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 6 Sep 2019 13:37:47 +0800 Subject: [PATCH] =?UTF-8?q?-=20SendSMSMsg=E4=B8=AD=E5=A4=84=E7=90=86?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E5=8F=B7=E7=A0=81=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxutils/smsmsg/smsmsg.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxutils/smsmsg/smsmsg.go b/business/jxutils/smsmsg/smsmsg.go index d08109ad7..275215c8c 100644 --- a/business/jxutils/smsmsg/smsmsg.go +++ b/business/jxutils/smsmsg/smsmsg.go @@ -25,6 +25,7 @@ var ( func SendSMSMsg(mobileList []string, signName, templateCode string, templateParam map[string]interface{}) (err error) { errList := errlist.New() + mobileList = jxutils.StringMap2List(jxutils.StringList2Map(mobileList)) for _, mobileNum := range mobileList { if mobileNum != "" { globals.SugarLogger.Debugf("SendSMSMsg mobileNum:%s, templateCode:%s", mobileNum, templateCode)