aa
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user