|
@@ -130,9 +130,9 @@ func (this *WechatController) SendCategoryTemplateMsg() {
|
|
br.Msg = "openid为空"
|
|
br.Msg = "openid为空"
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- if sendItem.WxAppId == "" {
|
|
|
|
- sendItem.WxAppId = utils.WxMfyxAppId //默认是买方研选公众号
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
|
|
+ sendItem.WxAppId = utils.WxMfyxAppId //默认是买方研选公众号
|
|
|
|
+
|
|
go func() {
|
|
go func() {
|
|
err = services.SendWxCategoryTemplateMsgCygx(sendItem)
|
|
err = services.SendWxCategoryTemplateMsgCygx(sendItem)
|
|
if err != nil {
|
|
if err != nil {
|