Quellcode durchsuchen

客户端-京东服务商从京推推换成官方

sunxbiao vor 11 Monaten
Ursprung
Commit
eb681da374
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. 1 3
      app/controller/api/store/product/Jd.php

+ 1 - 3
app/controller/api/store/product/Jd.php

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