From 0298f7de71d24d5b9f549542734f42bd0adee91c Mon Sep 17 00:00:00 2001 From: gazebo Date: Sun, 21 Jul 2019 10:20:01 +0800 Subject: [PATCH] =?UTF-8?q?-=20ModifySellerDelivery=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E8=BF=94=E5=9B=9Emsg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/jdapi/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/jdapi/order.go b/platformapi/jdapi/order.go index 5674cf0c..f7485090 100644 --- a/platformapi/jdapi/order.go +++ b/platformapi/jdapi/order.go @@ -394,7 +394,7 @@ func (a *API) ModifySellerDelivery(orderId string, userName string) (detail stri "orderId": orderId, "updatePin": utils.GetAPIOperator(userName), } - result, err := a.AccessAPINoPage("order/modifySellerDelivery", jdParams, nil, nil, orderOperationResultParser) + result, err := a.AccessAPINoPage("order/modifySellerDelivery", jdParams, nil, nil, genNoPageResultParser("code", "msg", "detail", "0")) if err == nil { return utils.Interface2String(result), nil }