- 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

@@ -46,7 +46,7 @@ func (c *PurchaseHandler) onOrderMsg(msg *jdapi.CallbackOrderMsg) (retVal *jdapi
} else {
status := c.callbackMsg2Status(msg)
if msg.StatusID == jdapi.OrderStatusAddComment || msg.StatusID == jdapi.OrderStatusModifyComment {
if globals.ReallyCallPlatformAPI {
if false { //globals.ReallyCallPlatformAPI {
freshfood.FreshFoodAPI.JDOrderComment(msg)
}
if err := c.onOrderComment(msg); err != nil {