Explorar o código

Wesmiler OTC 提交更新 0729

APPLE %!s(int64=3) %!d(string=hai) anos
pai
achega
63f3f918ec
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Services/Common/AdvertService.php

+ 1 - 0
app/Services/Common/AdvertService.php

@@ -57,6 +57,7 @@ class AdvertService extends BaseService
      */
     public function getDataList($params, $pageSize = 15)
     {
+        var_dump($params);
         $where = ['a.mark' => 1];
         $type = isset($params['type'])? $params['type'] : 1;
         $status = isset($params['status'])? $params['status'] : 0;