This commit is contained in:
邹宗楠
2024-06-17 09:42:09 +08:00
parent bc71a1f1d9
commit bbc344763f
10 changed files with 42 additions and 29 deletions

View File

@@ -79,7 +79,7 @@ func TestGetReverseOrder(t *testing.T) {
}
}
func TestOrderGet2(t *testing.T) {
result, err := api.OrderGet2("4043790061034194507")
result, err := api.OrderGet2("4048550075863379470")
if err != nil {
t.Fatal(err)
} else {
@@ -113,15 +113,8 @@ 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")
result, err := api.OrderPartRefundGet("4048550075863379470")
if err != nil {
t.Fatal(err)
} else {