This commit is contained in:
邹宗楠
2023-07-14 16:01:02 +08:00
parent 9c5fd65a65
commit b0dffe1c69
8 changed files with 35 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ import (
//}
//
func TestCancel(t *testing.T) {
cancelResponse, err := dadaapi.CancelOrder("1100551162883899675", ReasonIDOther, "协商一致")
cancelResponse, err := dadaapi.CancelOrder("1100632781686164762", ReasonIDOther, "协商一致")
if err != nil {
t.Fatal(err)
}