Răsfoiți Sursa

Merge branch 'yb/new_yb' into debug

hsun 2 ani în urmă
părinte
comite
2e828e6e21
3 a modificat fișierele cu 8 adăugiri și 4 ștergeri
  1. 1 1
      models/wechat_send_msg.go
  2. 2 0
      services/wechat_send_msg.go
  3. 5 3
      utils/constants.go

+ 1 - 1
models/wechat_send_msg.go

@@ -217,7 +217,7 @@ type SendWxTemplate struct {
 	Remark         string   `description:"模板消息remark字段"`
 	TemplateId     string   `description:"模板id"`
 	RedirectUrl    string   `description:"跳转地址"`
-	RedirectTarget int      `description:"小程序跳转目标:1:弘则研报小程序,2:随手办公小程序,3:查研观向"`
+	RedirectTarget int      `description:"小程序跳转目标:1:弘则研报小程序,2:随手办公小程序,3:查研观向;4:研报备用小程序"`
 	Resource       string   `description:"资源唯一标识"`
 	SendType       int      `description:"发送的消息类型:1:报告,2:指标更新提醒,3:审批通知,4:销售领取客户通知,5:活动取消通知,6活动更改时间通知,7:关注的作者发布报告通知,8:发送日报(周报、双周报、月报)模板消息,9:活动预约/报名时间通知"`
 	OpenIdArr      []string `description:"消息接收者openid"`

+ 2 - 0
services/wechat_send_msg.go

@@ -100,6 +100,8 @@ func SendWxTemplateMsg(sendInfo *models.SendWxTemplate) (err error) {
 				xcxAppId = utils.WxCrmAppId
 			} else if sendInfo.RedirectTarget == 3 {
 				xcxAppId = utils.WxCygxAppId
+			} else if sendInfo.RedirectTarget == 4 {
+				xcxAppId = utils.WxCopyYbAppId
 			} else {
 				err = errors.New("无效的微信小程序跳转方式:RedirectTarget" + strconv.Itoa(sendInfo.RedirectTarget))
 			}

+ 5 - 3
utils/constants.go

@@ -38,10 +38,12 @@ const (
 )
 
 const (
-	WxCrmAppId = `wx67b68e39913e511e` //随手办公
-	WxYbAppId  = `wxb059c872d79b9967` //弘则研报小程序
-	WxCygxAppId  = `wxcc32b61f96720d2f` //弘则研报小程序
+	WxCrmAppId    = `wx67b68e39913e511e` //随手办公
+	WxYbAppId     = `wxb059c872d79b9967` //弘则研报小程序
+	WxCygxAppId   = `wxcc32b61f96720d2f` //查研观向小程序
+	WxCopyYbAppId = `wx9a2a9b49a00513a0` //弘则研报备用小程序
 )
+
 // 缓存key
 const (
 	CACHE_WX_ACCESS_TOKEN_HZ         = "wx:accesstoken:hzyj"                  //弘则研究公众号 微信accessToken