WIP Add join_event in service_event
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-01-31 08:29:02 +08:00
parent 70d1544cfe
commit 1d885feb1f
10 changed files with 76 additions and 91 deletions

View File

@@ -807,7 +807,7 @@
"type": "object",
"properties": {
"data": {
"$ref": "#/definitions/service_event.EventInfoResponse"
"$ref": "#/definitions/data.EventIndexDoc"
}
}
}
@@ -1278,6 +1278,9 @@
"start_time": {
"type": "string"
},
"thumbnail": {
"type": "string"
},
"type": {
"type": "string"
}
@@ -1413,20 +1416,6 @@
}
}
},
"service_event.EventInfoResponse": {
"type": "object",
"properties": {
"end_time": {
"type": "string"
},
"name": {
"type": "string"
},
"start_time": {
"type": "string"
}
}
},
"service_user.UserInfoData": {
"type": "object",
"properties": {