- status judge.
This commit is contained in:
@@ -38,7 +38,7 @@ func TestCancelWaybill(t *testing.T) {
|
||||
VendorWaybillID2: "55",
|
||||
}
|
||||
c := new(DeliveryHandler)
|
||||
if err := c.CancelWaybill(bill); err != nil {
|
||||
if err := c.CancelWaybill(bill, partner.CancelWaybillReasonOther, ""); err != nil {
|
||||
t.Fatal(err.Error())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user