proto:协议提交
This commit is contained in:
parent
f70ba5367c
commit
e3f33f82e2
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user