This commit is contained in:
邹宗楠
2023-12-19 15:12:20 +08:00
parent 6d76aa646b
commit ab8ef14b27
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ func TestCancelOrder(t *testing.T) {
}
func TestOrderGet(t *testing.T) {
result, err := api.OrderGet("4015810058305234572")
result, err := api.OrderGet("4054310134272361023")
if err != nil {
t.Fatal(err)
} else {
@@ -108,7 +108,7 @@ func TestOrderListAll(t *testing.T) {
}
func TestOrderPartRefundGet(t *testing.T) {
result, err := api.OrderPartRefundGet("4078740059114489451")
result, err := api.OrderPartRefundGet("4054310134272361023")
if err != nil {
t.Fatal(err)
} else {