- handle jd order have illegal skuIdIsv value(more than max int32)
This commit is contained in:
@@ -117,7 +117,7 @@ func (c *PurchaseHandler) onOrderComment(msg *jdapi.CallbackOrderMsg) (err error
|
||||
comment.UpdatedVendertags = string(utils.MustMarshal(result["venderTags"]))
|
||||
comment.Status = COMMENT_RESOLVED
|
||||
}
|
||||
if score <= JX_BAD_COMMENTS_MAX_LEVEL {
|
||||
if score <= JX_BAD_COMMENTS_MAX_LEVEL && comment.Jxstoreid != "" {
|
||||
if globals.ReallyCallPlatformAPI {
|
||||
weixinmsg.PushJDBadCommentToWeiXin(comment)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user