proto:协议上传

This commit is contained in:
xichaoyin 2024-01-10 19:28:41 +08:00
parent dbd59fba83
commit a5b3053a20

View File

@ -10314,8 +10314,24 @@ export const serviceProto: ServiceProto<ServiceType> = {
"type": { "type": {
"type": "Array", "type": "Array",
"elementType": { "elementType": {
"type": "Interface",
"properties": [
{
"id": 0,
"name": "idx",
"type": {
"type": "Number" "type": "Number"
} }
},
{
"id": 1,
"name": "sec",
"type": {
"type": "String"
}
}
]
}
} }
} }
] ]