京东商城修改订单取的时间
This commit is contained in:
@@ -60,8 +60,9 @@ func Test11(t *testing.T) {
|
||||
|
||||
func TestAllOrders(t *testing.T) {
|
||||
result, err := api.AllOrders(&AllOrdersParam{
|
||||
Current: 1,
|
||||
PageSize: 1,
|
||||
Current: 1,
|
||||
PageSize: 999,
|
||||
OrderCreateDateRange: []string{"2020-06-17 00:00:00", "2020-06-17 23:59:59"},
|
||||
})
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
||||
Reference in New Issue
Block a user