diff --git a/src/shared/protocols/serviceProto.ts b/src/shared/protocols/serviceProto.ts index 7f2816a..40d1b27 100644 --- a/src/shared/protocols/serviceProto.ts +++ b/src/shared/protocols/serviceProto.ts @@ -10080,10 +10080,42 @@ export const serviceProto: ServiceProto = { ] }, "event/leichonglibao/PtlReceive/ReqReceive": { - "type": "Interface" + "type": "Interface", + "properties": [ + { + "id": 0, + "name": "hdid", + "type": { + "type": "Number" + } + }, + { + "id": 1, + "name": "select", + "type": { + "type": "Array", + "elementType": { + "type": "String" + } + } + } + ] }, "event/leichonglibao/PtlReceive/ResReceive": { - "type": "Interface" + "type": "Interface", + "properties": [ + { + "id": 0, + "name": "prize", + "type": { + "type": "Array", + "elementType": { + "type": "Reference", + "target": "type/prizeType" + } + } + } + ] }, "event/leijichongzhi/PtlOpen/ReqOpen": { "type": "Interface", @@ -15152,6 +15184,13 @@ export const serviceProto: ServiceProto = { "type": "Literal", "literal": "pobinglibao" } + }, + { + "id": 38, + "type": { + "type": "Literal", + "literal": "leichonglibao" + } } ] },