Browse Source

fix:添加海通小程序

Roc 7 months ago
parent
commit
e7e7a44428
1 changed files with 2 additions and 0 deletions
  1. 2 0
      services/wechat_send_msg.go

+ 2 - 0
services/wechat_send_msg.go

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