This commit is contained in:
邹宗楠
2024-03-04 10:51:11 +08:00
parent f80a5bd628
commit 2233110130
2 changed files with 4 additions and 2 deletions

View File

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