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