Explorar el Código

edit after sale mobile

abiao hace 4 años
padre
commit
517f5f45a3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      go/gopath/src/fohow.com/apps/helpers/sms_helper.go

+ 1 - 1
go/gopath/src/fohow.com/apps/helpers/sms_helper.go

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