京东商城定时达订单

This commit is contained in:
苏尹岚
2020-06-22 08:33:41 +08:00
parent 9ac36d1e14
commit b007c6c034
6 changed files with 20 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ func TestAddOrderAfterQuery(t *testing.T) {
}
func TestCancel(t *testing.T) {
cancelResponse, err := dadaapi.CancelOrder("91BBFE1626E011EAA059186590E02977", ReasonIDOther, "test")
cancelResponse, err := dadaapi.CancelOrder("124651497574002", ReasonIDOther, "test")
if err != nil {
t.Fatal(err)
}