瀏覽代碼

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

sunxbiao 1 年之前
父節點
當前提交
7dd3b702fe
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      app/controller/api/store/product/Jd.php

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

@@ -158,8 +158,7 @@ class Jd extends BaseController
158 158
         $keyword = request()->param('keyword', '');
159 159
         $_cid = request()->param('cid', '');
160 160
 
161
-        // [$page, $limit] = $this->getPage();
162
-        [$page, $limit] = [1, 10];
161
+        [$page, $limit] = $this->getPage();
163 162
 
164 163
 
165 164
         $goods_obj = Db::name('third_party_goods')