- 处理美团外卖隐私号降级的情况

This commit is contained in:
gazebo
2019-09-04 15:13:27 +08:00
parent 0bdcdde11c
commit f55a744570
6 changed files with 165 additions and 48 deletions

View File

@@ -42,7 +42,7 @@ func (c *PurchaseHandler) onWaybillMsg(msg *mtwmapi.CallbackMsg) (response *mtwm
msg.FormData.Set(mtwmapi.KeyOrderID, waybill.VendorOrderID)
msg.FormData.Set("status", mtwmapi.OrderStatusDelivering)
utils.CallFuncAsync(func() {
OnOrderCallbackMsg(msg)
c.onOrderMsg(msg)
})
}
return mtwmapi.Err2CallbackResponse(err, "")