This commit is contained in:
邹宗楠
2024-04-13 00:00:03 +08:00
parent 7b0eeed5db
commit 6afc1582fa

View File

@@ -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 {