Ver código fonte

edit after sale mobile

abiao 4 anos atrás
pai
commit
517f5f45a3
1 arquivos alterados com 1 adições e 1 exclusões
  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)*/