WIP Add join_event in service_event
Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
19
docs/docs.go
19
docs/docs.go
@@ -809,7 +809,7 @@ const docTemplate = `{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"$ref": "#/definitions/service_event.EventInfoResponse"
|
||||
"$ref": "#/definitions/data.EventIndexDoc"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1280,6 +1280,9 @@ const docTemplate = `{
|
||||
"start_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"thumbnail": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -1415,20 +1418,6 @@ const docTemplate = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"service_event.EventInfoResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"end_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"start_time": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"service_user.UserInfoData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -12,6 +12,8 @@ definitions:
|
||||
type: string
|
||||
start_time:
|
||||
type: string
|
||||
thumbnail:
|
||||
type: string
|
||||
type:
|
||||
type: string
|
||||
type: object
|
||||
@@ -98,15 +100,6 @@ definitions:
|
||||
checkin_code:
|
||||
type: string
|
||||
type: object
|
||||
service_event.EventInfoResponse:
|
||||
properties:
|
||||
end_time:
|
||||
type: string
|
||||
name:
|
||||
type: string
|
||||
start_time:
|
||||
type: string
|
||||
type: object
|
||||
service_user.UserInfoData:
|
||||
properties:
|
||||
allow_public:
|
||||
@@ -591,7 +584,7 @@ paths:
|
||||
- $ref: '#/definitions/utils.RespStatus'
|
||||
- properties:
|
||||
data:
|
||||
$ref: '#/definitions/service_event.EventInfoResponse'
|
||||
$ref: '#/definitions/data.EventIndexDoc'
|
||||
type: object
|
||||
"400":
|
||||
description: Invalid Input
|
||||
|
||||
Reference in New Issue
Block a user