This commit is contained in:
苏尹岚
2021-04-19 11:33:16 +08:00
parent c51375afaf
commit a2b440172e
7 changed files with 16 additions and 14 deletions

View File

@@ -119,7 +119,10 @@ func TestOrderAddTips(t *testing.T) {
func TestOrderQuery2(t *testing.T) {
orderList, _, err := api.OrderQuery2(&OrderQueryParam{
OrderID: 918092290000042,
OrderPurchaseTimeBegin: "2021-04-19 00:00:00",
OrderPurchaseTimeEnd: "2021-04-19 23:59:59",
PageNo: 1,
PageSize: 99999,
})
t.Log(utils.Format4Output(orderList, false))
if err != nil {