Kaynağa Gözat

寄售列表

afa 6 ay önce
ebeveyn
işleme
0e26411da6
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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);
     }