|
@@ -476,7 +476,7 @@ func SendSealFinishedWxTemplateMsg(mobile string, companyName string, sealId int
|
|
|
// TODO 随手办公小程序的跳转地址
|
|
|
wxAppPath := fmt.Sprintf("pages-approve/seal/detail?SealId=%d", sealId)
|
|
|
sendMap["miniprogram"] = map[string]interface{}{"appid": utils.WxAppId2, "pagepath": wxAppPath}
|
|
|
- err = sendTemplateMsg(sendUrl, sendMap, openIdList)
|
|
|
+ err = sendTemplateMsg(sendUrl, sendMap, openIdList, wxAppPath, utils.TEMPLATE_MSG_SEAL_FINISHED)
|
|
|
}
|
|
|
utils.FileLog.Info("send end")
|
|
|
return
|