durong пре 5 година
родитељ
комит
7ba8f7bc51
1 измењених фајлова са 1 додато и 1 уклоњено
  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);