From a63dbdbbfcfc5e62bf0479f01b6c4a2a2ea75483 Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 27 May 2019 09:01:24 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=B0=86=E8=87=AA=E5=8A=A8=E6=8B=92?= =?UTF-8?q?=E7=BB=9D=E7=BE=8E=E5=9B=A2=E5=A4=96=E5=8D=96=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8D=95=E7=94=B3=E8=AF=B7=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E2=80=9C=E8=AF=B7=E8=81=94=E7=B3=BB=E5=95=86?= =?UTF-8?q?=E6=88=B7=EF=BC=8C=E8=AE=A9=E5=95=86=E6=88=B7=E5=8F=91=E8=B5=B7?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=B0=83=E6=95=B4=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/partner/purchase/mtwm/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/partner/purchase/mtwm/order.go b/business/partner/purchase/mtwm/order.go index 2c945b655..f6b2e3bc1 100644 --- a/business/partner/purchase/mtwm/order.go +++ b/business/partner/purchase/mtwm/order.go @@ -253,7 +253,7 @@ func (c *PurchaseHandler) callbackMsg2Status(msg *mtwmapi.CallbackMsg) (orderSta if msg.Cmd == mtwmapi.MsgTypeOrderPartialRefund { if notifyType == mtwmapi.NotifyTypePartyApply { if globals.EnableMtwmStoreWrite { - api.MtwmAPI.OrderRefundReject(utils.Str2Int64(orderID), "bu") // todo 京东与饿百都没有售前用户提出订单调整的,自动拒绝调整单 + api.MtwmAPI.OrderRefundReject(utils.Str2Int64(orderID), "请联系商户,让商户发起订单调整") // todo 京东与饿百都没有售前用户提出订单调整的,自动拒绝调整单 } } else if notifyType == mtwmapi.NotifyTypeSuccess { vendorStatus = fakeOrderAdjustFinished