jingdong bill

This commit is contained in:
苏尹岚
2020-09-29 10:58:15 +08:00
parent f97f519181
commit 3ed8c397f4
4 changed files with 5 additions and 4 deletions

View File

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