{"服务名称":"PocketBase Python 扩展代理 (PocketBase Middleware)","运行状态":"正常运行 (Active)","接口文档 (自动生成)":{"Swagger UI (推荐)":"http://ssl.heshihuan.cn.heshihuan.cn/docs","ReDoc 文档":"http://ssl.heshihuan.cn.heshihuan.cn/redoc"},"API 使用速查表":{"模式1_万能代理 (无需写代码)":{"说明":"直接透传 PocketBase 的原版 API，路径完全一致","URL 格式":"http://ssl.heshihuan.cn.heshihuan.cn/api/proxy/{你的PocketBase路径}","使用示例":["查询列表: GET  http://ssl.heshihuan.cn.heshihuan.cn/api/proxy/api/collections/users/records","创建数据: POST http://ssl.heshihuan.cn.heshihuan.cn/api/proxy/api/collections/orders/records"]},"模式2_文件上传 (专用接口)":{"说明":"专门处理 multipart/form-data 文件上传","请求方式":"POST","URL 格式":"http://ssl.heshihuan.cn.heshihuan.cn/api/upload/{表名}","Form 表单参数":{"field (必填)":"PocketBase 里的附件字段名 (例如 avatar)","file (必填)":"二进制文件对象","data (可选)":"其他文本字段的 JSON 字符串"}},"模式3_自定义扩展 (Python逻辑)":{"说明":"你自己编写的 Python 业务逻辑接口","示例":"POST http://ssl.heshihuan.cn.heshihuan.cn/api/extension/create-order"}}}