This commit is contained in:
建喵 2023-08-31 19:53:25 +08:00
parent 3afa608a37
commit ec44d7a345

View File

@ -25,7 +25,7 @@ export interface ServiceType {
} }
export const serviceProto: ServiceProto<ServiceType> = { export const serviceProto: ServiceProto<ServiceType> = {
"version": 2, "version": 4,
"services": [ "services": [
{ {
"id": 0, "id": 0,
@ -84,19 +84,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
"type": "Number" "type": "Number"
}, },
"PtlLobbyList/ReqLobbyList": { "PtlLobbyList/ReqLobbyList": {
"type": "Interface", "type": "Literal",
"properties": [ "literal": null
{
"id": 0,
"name": "name",
"type": {
"type": "String"
}
}
]
}, },
"PtlLobbyList/ResLobbyList": { "PtlLobbyList/ResLobbyList": {
"type": "Number" "type": "Array",
"elementType": {
"type": "Any"
}
}, },
"PtlSend/ReqSend": { "PtlSend/ReqSend": {
"type": "Interface", "type": "Interface",