Parcourir la source

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

sunxbiao il y a 11 mois
Parent
commit
eb681da374
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  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
                     $formatLists = $this->formatOrderList($orderLists);
680
                     $formatLists = $this->formatOrderList($orderLists);
681
                     //将京东订单列表中的订单进行处理
681
                     //将京东订单列表中的订单进行处理
682
                     $this->operatePinOrder($formatLists);
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
         } catch (\Exception $e) {
686
         } catch (\Exception $e) {
689
             return app("json")->fail($e->getMessage());
687
             return app("json")->fail($e->getMessage());
690
         }
688
         }