=== MyWeb 访问提示 === 如果你要访问后端接口,请访问:proxy.chonghe.org 核心接口清单: 1. /api/mysql (GET/POST) - 数据库相关操作 2. /api/r2/tree (GET) - 获取 R2 存储文件树 3. /api/r2/upload (POST) - 上传文件到 R2 4. /api/r2/delete (DELETE) - 删除 R2 中的文件 5. /picture (GET/POST) - 图片相关接口 访问示例(curl): curl https://proxy.chonghe.org/api/mysql curl -X POST -d "sql=show tables" https://proxy.chonghe.org/api/mysql