This commit is contained in:
苏尹岚
2021-02-20 16:24:21 +08:00
parent 59af8ea51a
commit e3ff21f49e
5 changed files with 55 additions and 26 deletions

View File

@@ -60,7 +60,7 @@ func TestCancelOrder(t *testing.T) {
t.Log(utils.Format4Output(result, false))
}
func TestQueryOrderStatus(t *testing.T) {
result, err := api.QueryOrderStatus("ESL96778449960134")
result, err := api.QueryOrderStatus("ESL96778814627393")
if err != nil {
t.Fatal(err)
}