美团取消投诉也当成取消申请取消
This commit is contained in:
@@ -393,7 +393,7 @@ func (c *PurchaseHandler) callbackMsg2Status(msg *mtwmapi.CallbackMsg) (orderSta
|
|||||||
} else if msg.Cmd == mtwmapi.MsgTypeOrderRefund {
|
} else if msg.Cmd == mtwmapi.MsgTypeOrderRefund {
|
||||||
if notifyType == mtwmapi.NotifyTypeApply {
|
if notifyType == mtwmapi.NotifyTypeApply {
|
||||||
vendorStatus = fakeUserApplyCancel
|
vendorStatus = fakeUserApplyCancel
|
||||||
} else if notifyType == mtwmapi.NotifyTypeCancelRefund {
|
} else if notifyType == mtwmapi.NotifyTypeCancelRefund || notifyType == mtwmapi.NotifyTypeCancelRefundComplaint {
|
||||||
vendorStatus = fakeUserUndoApplyCancel
|
vendorStatus = fakeUserUndoApplyCancel
|
||||||
} else if notifyType == mtwmapi.NotifyTypeReject {
|
} else if notifyType == mtwmapi.NotifyTypeReject {
|
||||||
vendorStatus = fakeRefuseUserApplyCancel
|
vendorStatus = fakeRefuseUserApplyCancel
|
||||||
|
|||||||
Reference in New Issue
Block a user