测试鼎

This commit is contained in:
苏尹岚
2020-07-29 13:41:50 +08:00
parent 8e87def619
commit 5fbdd7841d
3 changed files with 5 additions and 2 deletions

View File

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