|
@@ -282,7 +282,7 @@ func SendVoiceBroadcastWxMsg(broadcastId int, sectionName, broadcastName string)
|
|
|
wxAppPath = "pages-report/reportDetail?reportId=3800"
|
|
|
}
|
|
|
if wxAppPath != "" {
|
|
|
- sendMap["miniprogram"] = map[string]interface{}{"appid": WxAppId, "pagepath": wxAppPath}
|
|
|
+ sendMap["miniprogram"] = map[string]interface{}{"appid": WxYbAppId, "pagepath": wxAppPath}
|
|
|
}
|
|
|
err = SendMultiTemplateMsg(sendMap, openIdList, wxAppPath, utils.TEMPLATE_MSG_YB_VOICE_BROADCAST)
|
|
|
return
|