From f1212c0fc02537d757519bdc7338822eefff0800 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Fri, 27 Aug 2021 17:45:53 +0800 Subject: [PATCH] aa --- business/jxutils/smsmsg/smsmsg.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/jxutils/smsmsg/smsmsg.go b/business/jxutils/smsmsg/smsmsg.go index bbe7e75d0..4fbf450d1 100644 --- a/business/jxutils/smsmsg/smsmsg.go +++ b/business/jxutils/smsmsg/smsmsg.go @@ -71,6 +71,8 @@ func SendVoiceMsg(mobileList []string, templateParam map[string]interface{}) (er if *res.Body.Code != "OK" { globals.SugarLogger.Debugf("SendVoiceMsg mobileNum:%s failed with response:%s", mobileNum, utils.Format4Output(res, true)) errList.AddErr(fmt.Errorf(*res.Body.Message)) + } else { + globals.SugarLogger.Debugf("SendVoiceMsg mobileNum:%s success with response:%s", mobileNum, utils.Format4Output(res, true)) } } }