修改配送价格

This commit is contained in:
邹宗楠
2022-02-24 18:01:15 +08:00
parent 908f4debc7
commit 982e1d309f
4 changed files with 10 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ func TestCreateWaybill(t *testing.T) {
order, _ := partner.CurOrderManager.LoadOrder(orerID, model.VendorIDJD)
// globals.SugarLogger.Debug(order)
c := new(DeliveryHandler)
_, err := c.CreateWaybill(order, nil)
_, err := c.CreateWaybill(order, 0)
if err != nil {
t.Fatal(err.Error())
}