# content-receiver **Repository Path**: rocket049/content-receiver ## Basic Information - **Project Name**: content-receiver - **Description**: 接收POST请求发送的JSON,保存为文本文件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-22 - **Last Updated**: 2025-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 接收文字,保存为文件 端口:8080 URL:`http://localhost:8080/content` 方法:POST 内容格式:JSON ``` { "content":"string" } ``` 保存文件名:yyyyMMhhmmss.txt 文件内容:string