瀏覽代碼

寄售列表

afa 6 月之前
父節點
當前提交
0e26411da6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      application/api/controller/Product.php

+ 1 - 0
application/api/controller/Product.php

@@ -84,6 +84,7 @@ class Product extends Api
             ->paginate($this->pageSize);
 
         $list = $this->getProductOrderList($list, $this->auth->id, true, $orderLogic);
+        Log::info('寄售列表_'.$this->request->post('page').'='. json_encode($list, JSON_UNESCAPED_UNICODE));
         $this->success('', $list);
     }