proto:协议提交

This commit is contained in:
xichaoyin 2024-01-11 23:05:24 +08:00
parent f70ba5367c
commit e3f33f82e2
2 changed files with 60 additions and 4 deletions

View File

@ -1740,7 +1740,21 @@ export const serviceProto: ServiceProto<ServiceType> = {
"id": 8, "id": 8,
"name": "skin", "name": "skin",
"type": { "type": {
"type": "String" "type": "Union",
"members": [
{
"id": 0,
"type": {
"type": "String"
}
},
{
"id": 1,
"type": {
"type": "Number"
}
}
]
} }
} }
] ]

View File

@ -6411,7 +6411,21 @@ export const serviceProto: ServiceProto<ServiceType> = {
"id": 8, "id": 8,
"name": "skin", "name": "skin",
"type": { "type": {
"type": "String" "type": "Union",
"members": [
{
"id": 0,
"type": {
"type": "String"
}
},
{
"id": 1,
"type": {
"type": "Number"
}
}
]
} }
} }
] ]
@ -15885,7 +15899,21 @@ export const serviceProto: ServiceProto<ServiceType> = {
"id": 8, "id": 8,
"name": "skin", "name": "skin",
"type": { "type": {
"type": "String" "type": "Union",
"members": [
{
"id": 0,
"type": {
"type": "String"
}
},
{
"id": 1,
"type": {
"type": "Number"
}
}
]
} }
} }
] ]
@ -25821,7 +25849,21 @@ export const serviceProto: ServiceProto<ServiceType> = {
"id": 8, "id": 8,
"name": "skin", "name": "skin",
"type": { "type": {
"type": "String" "type": "Union",
"members": [
{
"id": 0,
"type": {
"type": "String"
}
},
{
"id": 1,
"type": {
"type": "Number"
}
}
]
} }
} }
] ]