From ae7a2f74162180226445d88e0df89cc3ecde68ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 26 Aug 2020 15:09:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A5=BF=E7=99=BE=E9=80=81=E8=BE=BEapi?= =?UTF-8?q?=E4=B8=8D=E4=BC=A0phone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/ebaiapi/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/ebaiapi/order.go b/platformapi/ebaiapi/order.go index d4442606..112b4114 100644 --- a/platformapi/ebaiapi/order.go +++ b/platformapi/ebaiapi/order.go @@ -365,7 +365,7 @@ func (a *API) OrderSendOut(orderID, phone string) (err error) { func (a *API) OrderComplete(orderID, phone string) (err error) { _, err = a.AccessAPI("order.complete", map[string]interface{}{ "order_id": orderID, - "phone": phone, + // "phone": phone, }) return err }