From 6afc1582fada317fd6653b050be834b63b2fd426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Sat, 13 Apr 2024 00:00:03 +0800 Subject: [PATCH] 1 --- platformapi/ebaiapi/order_test.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/platformapi/ebaiapi/order_test.go b/platformapi/ebaiapi/order_test.go index d3d11133..d7b1962a 100644 --- a/platformapi/ebaiapi/order_test.go +++ b/platformapi/ebaiapi/order_test.go @@ -113,6 +113,13 @@ func TestOrderListAll(t *testing.T) { } } +func TestTestOnOrderDetail(t *testing.T) { + aa := map[string]string{"1": "1"} + k, v := aa["1"] + fmt.Println(k) + fmt.Println(v) +} + func TestOrderPartRefundGet(t *testing.T) { result, err := api.OrderPartRefundGet("4089610070568120915") if err != nil {