abiao %!s(int64=2) %!d(string=hai) anos
pai
achega
a67a6c0fe5
Modificáronse 1 ficheiros con 1 adicións e 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 := "13322912052"
+	kefuTel := "17325769848"
 	mobile := strings.Join(tels, ",")
 	params := fmt.Sprintf(`{"tel":"%s","expressNo":"%s"}`, kefuTel, expressNo)
 	/*	ok, resp := alidayu.SendSMS(mobile, sign, template, params)*/