Files
webgame-frontend/docs/prompt.txt
2026-06-16 12:12:33 +08:00

9 lines
452 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接口文档提示词 ---
docs/openapi.json文件是后端提供的标准OpenAPI接口文档你需要完成
1. 生成统一axios请求封装
2. 自动生成全部接口的TS类型定义
3. 按模块拆分接口请求函数;
4. 严格遵循文档字段,不新增、不删减参数,区分必填/可选;
5. 按现有src/api/modules中的格式书写
6. 定义的TS类型名称interface以I开头命名type以T开头命名