From 6fd4f838825f0b2f65064caf5227576887fb8e4e Mon Sep 17 00:00:00 2001 From: dy Date: Sat, 23 Dec 2023 11:49:30 +0800 Subject: [PATCH] proto --- src/shared/protocols/serviceProto.ts | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/src/shared/protocols/serviceProto.ts b/src/shared/protocols/serviceProto.ts index 2afc7e8..3bca1c3 100644 --- a/src/shared/protocols/serviceProto.ts +++ b/src/shared/protocols/serviceProto.ts @@ -15322,14 +15322,14 @@ export const serviceProto: ServiceProto = { "id": 38, "type": { "type": "Literal", - "literal": "payForDiamond" + "literal": "leichonglibao" } }, { "id": 39, "type": { "type": "Literal", - "literal": "leichonglibao" + "literal": "payForDiamond" } } ] @@ -20265,7 +20265,21 @@ export const serviceProto: ServiceProto = { "id": 2, "name": "t", "type": { - "type": "Number" + "type": "Union", + "members": [ + { + "id": 0, + "type": { + "type": "Number" + } + }, + { + "id": 1, + "type": { + "type": "String" + } + } + ] } }, {