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