From 708bc13d5871ec813ebcc0995861c8588b4b4d6b Mon Sep 17 00:00:00 2001 From: gazebo Date: Wed, 5 Jun 2019 22:44:33 +0800 Subject: [PATCH] =?UTF-8?q?-=20orderOperationResultParser=E4=BB=8EgenNoPag?= =?UTF-8?q?eResultParser("code",=20"msg",=20"detail",=20"0")=E6=94=B9?= =?UTF-8?q?=E4=B8=BAgenNoPageResultParser("code",=20"detail",=20"detail",?= =?UTF-8?q?=20"0")?= 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 6aeea484..aa3a61ea 100644 --- a/platformapi/jdapi/order.go +++ b/platformapi/jdapi/order.go @@ -154,7 +154,7 @@ var ( ) var ( - orderOperationResultParser = genNoPageResultParser("code", "msg", "detail", "0") + orderOperationResultParser = genNoPageResultParser("code", "detail", "detail", "0") ) // 订单列表查询接口