@@ -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))