|
@@ -613,7 +613,8 @@ class Jd extends BaseController
|
|
613
|
'pageSize' => $pageSize,
|
613
|
'pageSize' => $pageSize,
|
|
614
|
'type' => 3,//(1:下单时间,2:完成时间(购买用户确认收货时间),3:更新时间
|
614
|
'type' => 3,//(1:下单时间,2:完成时间(购买用户确认收货时间),3:更新时间
|
|
615
|
'startTime' => $time['startTime'],//格式2020-01-02 21:23:00
|
615
|
'startTime' => $time['startTime'],//格式2020-01-02 21:23:00
|
|
616
|
- 'endTime' => $time['endTime'] //格式2020-01-02 21:24:00
|
|
|
|
|
|
616
|
+ 'endTime' => $time['endTime'], //格式2020-01-02 21:24:00
|
|
|
|
617
|
+ 'fields' => 'goodsInfo'
|
|
617
|
],
|
618
|
],
|
|
618
|
];
|
619
|
];
|
|
619
|
$result = $this->getUrlResult($apiName, $params);
|
620
|
$result = $this->getUrlResult($apiName, $params);
|