Explorar el Código

Wesmiler OTC 提交更新 0729

APPLE hace 3 años
padre
commit
63f3f918ec
Se han modificado 1 ficheros con 1 adiciones y 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;