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

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

View File

@ -6410,9 +6410,23 @@ export const serviceProto: ServiceProto<ServiceType> = {
{ {
"id": 8, "id": 8,
"name": "skin", "name": "skin",
"type": {
"type": "Union",
"members": [
{
"id": 0,
"type": { "type": {
"type": "String" "type": "String"
} }
},
{
"id": 1,
"type": {
"type": "Number"
}
}
]
}
} }
] ]
}, },
@ -15884,9 +15898,23 @@ export const serviceProto: ServiceProto<ServiceType> = {
{ {
"id": 8, "id": 8,
"name": "skin", "name": "skin",
"type": {
"type": "Union",
"members": [
{
"id": 0,
"type": { "type": {
"type": "String" "type": "String"
} }
},
{
"id": 1,
"type": {
"type": "Number"
}
}
]
}
} }
] ]
}, },
@ -25820,9 +25848,23 @@ export const serviceProto: ServiceProto<ServiceType> = {
{ {
"id": 8, "id": 8,
"name": "skin", "name": "skin",
"type": {
"type": "Union",
"members": [
{
"id": 0,
"type": { "type": {
"type": "String" "type": "String"
} }
},
{
"id": 1,
"type": {
"type": "Number"
}
}
]
}
} }
] ]
}, },