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);