init: 项目初始提交 - NeoZQYY Monorepo 完整代码
This commit is contained in:
0
docs/contracts/data_dictionary/.gitkeep
Normal file
0
docs/contracts/data_dictionary/.gitkeep
Normal file
0
docs/contracts/openapi/.gitkeep
Normal file
0
docs/contracts/openapi/.gitkeep
Normal file
35
docs/contracts/openapi/backend-api.json
Normal file
35
docs/contracts/openapi/backend-api.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"openapi": "3.1.0",
|
||||
"info": {
|
||||
"title": "NeoZQYY API",
|
||||
"description": "台球门店运营助手 — 微信小程序后端 API",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"paths": {
|
||||
"/health": {
|
||||
"get": {
|
||||
"summary": "健康检查端点,用于探活和监控。",
|
||||
"operationId": "health_check_health_get",
|
||||
"tags": ["系统"],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Successful Response",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"status": {
|
||||
"type": "string",
|
||||
"example": "ok"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
0
docs/contracts/schemas/.gitkeep
Normal file
0
docs/contracts/schemas/.gitkeep
Normal file
Reference in New Issue
Block a user