Selaa lähdekoodia

发送发货短信

abiao 5 vuotta sitten
vanhempi
commit
0d4f5879cc
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      go/gopath/src/fohow.com/apps/helpers/sms_helper.go

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

@@ -20,7 +20,8 @@ func DispathSendSms(tels []string, expressNo string) {
 	/*	ok, resp := alidayu.SendSMS(mobile, sign, template, params)*/
 	dysms.HTTPDebugEnable = true
 	dysms.SetACLClient(beego.AppConfig.String("AliOssAccessId"), beego.AppConfig.String("AliOssAccessSecret")) // dysms.New(ACCESSID, ACCESSKEY)
-	sign := "FOHOW商城售后"
+	//sign := "FOHOW商城售后"
+	sign := "凤凰玖玖"
 	template := "SMS_200713946"
 	// 短信发送
 	respSendSms, err := dysms.SendSms(uuid.New(), mobile, sign, template, params).DoActionWithException()