修改美团跑腿取消订单的违约金扣除

This commit is contained in:
邹宗楠
2023-08-29 15:01:33 +08:00
parent aafbdf24ee
commit dfb3e22c93
2 changed files with 8 additions and 8 deletions

View File

@@ -88,7 +88,7 @@ func TestOrderLogisticsStatus(t *testing.T) {
}
func TestOrderLogisticsFee(t *testing.T) {
result, err := api.OrderLogisticsFee(900697881770969420)
result, err := api.OrderLogisticsFee(900699270657684955)
if err != nil {
t.Fatal(err)
}