Fix user other api endpoint
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:41:38 +08:00
parent cbc358b96e
commit c05724a9ee
4 changed files with 7 additions and 6 deletions

View File

@@ -755,13 +755,13 @@ paths:
type: object
type: object
"404":
description: User Not Found
description: User Not Public
schema:
allOf:
- $ref: '#/definitions/utils.RespStatus'
- properties:
data:
type: object
$ref: '#/definitions/service_user.UserInfoData'
type: object
"500":
description: Internal Server Error (UUID Parse Failed)