This commit is contained in:
苏尹岚
2020-06-27 11:51:02 +08:00
parent 4af8248432
commit 55a381d214
5 changed files with 21 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ func TestAddOrderAfterQuery(t *testing.T) {
}
func TestCancel(t *testing.T) {
cancelResponse, err := dadaapi.CancelOrder("124651497574002", ReasonIDOther, "test")
cancelResponse, err := dadaapi.CancelOrder("88330338129212", ReasonIDOther, "接单时间过长")
if err != nil {
t.Fatal(err)
}