diff --git a/file-share-frontend/index.html b/file-share-frontend/index.html index 6223195..27558ea 100755 --- a/file-share-frontend/index.html +++ b/file-share-frontend/index.html @@ -1,93 +1,93 @@ - - -
- - -端点: POST https://share.ssplus.cn/upload
-参数:
-file: 要上传的文件(必需)password: 文件密码(可选)expires: 过期时间,ISO格式(可选)响应:
-{
- "success": true,
- "fileId": "文件唯一ID",
- "url": "文件访问链接"
-}
- 端点: GET https://share.ssplus.cn/file/{fileId}
-参数:
-password: 文件密码(如需)响应: 文件内容或错误信息
-端点: POST <你的后端地址>/upload
+参数:
+file: 要上传的文件(必需)password: 文件密码(可选)expires: 过期时间,ISO格式(可选)响应:
+{
+ "success": true,
+ "fileId": "文件唯一ID",
+ "url": "文件访问链接"
+}
+ 端点: GET <你的后端地址>/file/{fileId}
+参数:
+password: 文件密码(如需)响应: 文件内容或错误信息
+