修改订单结算信息,平台配送是未扣除配送费

This commit is contained in:
邹宗楠
2023-02-23 14:28:03 +08:00
parent 41ffd293b6
commit da7107f8b3
7 changed files with 18 additions and 16 deletions

View File

@@ -132,7 +132,7 @@ func TestOrderQuery2(t *testing.T) {
// PageSize: 99999,
//})
orderList, _, err := api.OrderQuery2(&OrderQueryParam{
OrderID: 2227217383000174,
OrderID: 2304566038000691,
})
t.Log(utils.Format4Output(orderList, false))
if err != nil {