Explorar o código

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

sunxbiao hai 11 meses
pai
achega
e33fd8042f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/controller/api/store/product/Jd.php

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

@@ -492,7 +492,7 @@ class Jd extends BaseController
492 492
                     }
493 493
                     // 首次请求获取总页数
494 494
                     if ($page === 1 && isset($result['totalCount'])) {
495
-                        $maxPage = max(1, (int)ceil($result['totalCount'] / 50));
495
+                        // $maxPage = max(1, (int)ceil($result['totalCount'] / 50));
496 496
                     }
497 497
                     // 处理数据
498 498
                     if (!empty($result['data'])) {