Add attendance id resp for event join api, set root api to /app/api/v1
Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
10
docs/docs.go
10
docs/docs.go
@@ -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": {
|
||||
|
||||
@@ -1102,7 +1102,7 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object"
|
||||
"$ref": "#/definitions/service_event.EventJoinResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2184,6 +2184,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"service_event.EventJoinResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attendance_id": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"service_kyc.KycQueryData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
@@ -125,6 +125,11 @@ definitions:
|
||||
kyc_id:
|
||||
type: string
|
||||
type: object
|
||||
service_event.EventJoinResponse:
|
||||
properties:
|
||||
attendance_id:
|
||||
type: string
|
||||
type: object
|
||||
service_kyc.KycQueryData:
|
||||
properties:
|
||||
kyc_id:
|
||||
@@ -808,7 +813,7 @@ paths:
|
||||
- $ref: '#/definitions/utils.RespStatus'
|
||||
- properties:
|
||||
data:
|
||||
type: object
|
||||
$ref: '#/definitions/service_event.EventJoinResponse'
|
||||
type: object
|
||||
"400":
|
||||
description: Invalid Input or UUID Parse Failed
|
||||
|
||||
Reference in New Issue
Block a user