|
|
@@ -14,7 +14,7 @@ func DispathSendSms(tels []string, expressNo string) {
|
|
|
if tels == nil || len(tels) == 0 {
|
|
|
return
|
|
|
}
|
|
|
- kefuTel := "13322912052"
|
|
|
+ kefuTel := "17325769848"
|
|
|
mobile := strings.Join(tels, ",")
|
|
|
params := fmt.Sprintf(`{"tel":"%s","expressNo":"%s"}`, kefuTel, expressNo)
|
|
|
/* ok, resp := alidayu.SendSMS(mobile, sign, template, params)*/
|