durong hace 5 años
padre
commit
7ba8f7bc51
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Repositories/V2/CmsContentTemplateSetRepository.php

+ 1 - 1
app/Repositories/V2/CmsContentTemplateSetRepository.php

@@ -19,7 +19,7 @@ class CmsContentTemplateSetRepository {
 
     //banner模板选专题-被使用计数
     public function countSubject($request)
-    {Log::debug(json_encode($request));
+    {Log::debug('http请求之后参数:'.json_encode($request));
         $type = intval($request['type']);
         if ($type == 0) {
             $rule = json_decode($request['rule'], true);