Add attendance id resp for event join api, set root api to /app/api/v1
All checks were successful
Client CMS Check Build (NixCN CMS) TeamCity build finished
Backend Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-02-06 10:30:28 +08:00
parent 45159484d9
commit 67e2cbbd04
7 changed files with 54 additions and 16 deletions

View File

@@ -1104,7 +1104,7 @@ const docTemplate = `{
"type": "object",
"properties": {
"data": {
"type": "object"
"$ref": "#/definitions/service_event.EventJoinResponse"
}
}
}
@@ -2186,6 +2186,14 @@ const docTemplate = `{
}
}
},
"service_event.EventJoinResponse": {
"type": "object",
"properties": {
"attendance_id": {
"type": "string"
}
}
},
"service_kyc.KycQueryData": {
"type": "object",
"properties": {