脚本
This commit is contained in:
xcy 2023-12-22 11:50:45 +08:00
parent a326ef7d39
commit 1184b0b6de

View File

@ -10080,10 +10080,42 @@ export const serviceProto: ServiceProto<ServiceType> = {
] ]
}, },
"event/leichonglibao/PtlReceive/ReqReceive": { "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": { "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": { "event/leijichongzhi/PtlOpen/ReqOpen": {
"type": "Interface", "type": "Interface",
@ -15152,6 +15184,13 @@ export const serviceProto: ServiceProto<ServiceType> = {
"type": "Literal", "type": "Literal",
"literal": "pobinglibao" "literal": "pobinglibao"
} }
},
{
"id": 38,
"type": {
"type": "Literal",
"literal": "leichonglibao"
}
} }
] ]
}, },