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 {