proto:协议上传

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

View File

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