- switch jd bad comment to new jx.

This commit is contained in:
gazebo
2018-10-09 08:41:54 +08:00
parent 33ea1d0185
commit 818a7d95b1
4 changed files with 6 additions and 6 deletions

View File

@@ -238,7 +238,7 @@ func PushJDBadCommentToWeiXin(comment *model.JxBadComments) (err error) {
},
}
storeID := int(utils.Str2Int64(comment.Jxstoreid))
return SendMsgToStore(0, WX_BAD_COMMENT_PUSH_TEMPLATE_ID, fmt.Sprintf("%s%d", WX_TO_SHOW_COMMENTS_DETAIL_URL, storeID), data)
return SendMsgToStore(storeID, WX_BAD_COMMENT_PUSH_TEMPLATE_ID, fmt.Sprintf("%s%d", WX_TO_SHOW_COMMENTS_DETAIL_URL, storeID), data)
}
func FormatDeliveryTime(order *model.GoodsOrder) string {