From 1597e86ba8ddd00e13188778a8597cddd91f8b37 Mon Sep 17 00:00:00 2001 From: gazebo Date: Sun, 21 Jul 2019 10:03:38 +0800 Subject: [PATCH] =?UTF-8?q?-=20orderStatus/cancelAndRefund=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E8=BF=94=E5=9B=9E=E4=BF=A1=E6=81=AF=E5=9C=A8?= =?UTF-8?q?detail=E4=B8=AD?= 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 ce56763f..5674cf0c 100644 --- a/platformapi/jdapi/order.go +++ b/platformapi/jdapi/order.go @@ -551,7 +551,7 @@ func (a *API) CancelAndRefund(orderId, operPin, operRemark string) (err error) { "operRemark": operRemark, "operTime": utils.GetCurTimeStr(), } - _, err = a.AccessAPINoPage("orderStatus/cancelAndRefund", jdParams, nil, nil, nullResultParser) + _, err = a.AccessAPINoPage("orderStatus/cancelAndRefund", jdParams, nil, nil, genNoPageResultParser("code", "detail", "", "0")) return err }