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 }