@@ -680,11 +680,9 @@ class Jd extends BaseController
$formatLists = $this->formatOrderList($orderLists);
//将京东订单列表中的订单进行处理
$this->operatePinOrder($formatLists);
- return app("json")->success("京东订单写入成功");
- } else {
- return app("json")->success("暂无最新数据");
}
+ return app("json")->success("京东订单写入成功");
} catch (\Exception $e) {
return app("json")->fail($e->getMessage());