- orderStatus/cancelAndRefund的错误返回信息在detail中
This commit is contained in:
@@ -551,7 +551,7 @@ func (a *API) CancelAndRefund(orderId, operPin, operRemark string) (err error) {
|
|||||||
"operRemark": operRemark,
|
"operRemark": operRemark,
|
||||||
"operTime": utils.GetCurTimeStr(),
|
"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
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user