From a5b3053a20d82f66d0d8581b8b1faafecaea44ac Mon Sep 17 00:00:00 2001 From: xichaoyin Date: Wed, 10 Jan 2024 19:28:41 +0800 Subject: [PATCH] =?UTF-8?q?proto:=E5=8D=8F=E8=AE=AE=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/shared/protocols/serviceProto.ts | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/shared/protocols/serviceProto.ts b/src/shared/protocols/serviceProto.ts index e03b54a..846d4ff 100644 --- a/src/shared/protocols/serviceProto.ts +++ b/src/shared/protocols/serviceProto.ts @@ -10314,7 +10314,23 @@ export const serviceProto: ServiceProto = { "type": { "type": "Array", "elementType": { - "type": "Number" + "type": "Interface", + "properties": [ + { + "id": 0, + "name": "idx", + "type": { + "type": "Number" + } + }, + { + "id": 1, + "name": "sec", + "type": { + "type": "String" + } + } + ] } } }