xiaogang 3 年之前
父节点
当前提交
137274112b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/Api/TencentController.php

+ 1 - 1
app/Http/Controllers/Api/TencentController.php

xqd
@@ -10,6 +10,6 @@ use function Symfony\Component\Translation\t;
 class TencentController extends Controller
 {
     public function notify(Request $request){
-        file_put_contents('/logs/tencent.log',var_export($request->post(),true).PHP_EOL,FILE_APPEND);
+        file_put_contents('logs/tencent.log',var_export($request->post(),true).PHP_EOL,FILE_APPEND);
     }
 }