Explorar el Código

更新售后短信模版

abiao hace 5 años
padre
commit
f38fdf38f4
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

@@ -22,7 +22,7 @@ func DispathSendSms(tels []string, expressNo string) {
 	dysms.SetACLClient(beego.AppConfig.String("AliSmsAccessId"), beego.AppConfig.String("AliSmsAccessSecret")) // dysms.New(ACCESSID, ACCESSKEY)
 	sign := "FOHOW商城售后"
 	//sign := "凤凰玖玖"
-	template := "SMS_200694500"
+	template := "SMS_201456487"
 	// 短信发送
 	respSendSms, err := dysms.SendSms(uuid.New(), mobile, sign, template, params).DoActionWithException()
 	if err != nil {