Files
webgame-backend/docs/prompt.txt
2026-06-16 15:24:57 +08:00

8 lines
445 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
--- api接口文档提示词 ---
你现在是后端开发,梳理当前项目全部业务接口,输出标准 OpenAPI 3.0 完整JSON文档要求
1. 包含全部GET/POST/PUT/DELETE接口
2. 区分路径参数、查询参数、Body请求体
3. 所有字段标注类型、是否必填、中文注释;
4. 包含成功返回体、500/401/400错误返回结构
5. 枚举值完整列出;
只输出JSON文本不要多余解释。