|
@@ -222,7 +222,7 @@ export interface ServiceType {
|
|
}
|
|
}
|
|
|
|
|
|
export const serviceProto: ServiceProto<ServiceType> = {
|
|
export const serviceProto: ServiceProto<ServiceType> = {
|
|
- "version": 52,
|
|
|
|
|
|
+ "version": 53,
|
|
"services": [
|
|
"services": [
|
|
{
|
|
{
|
|
"id": 39,
|
|
"id": 39,
|
|
@@ -1577,6 +1577,43 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
"type": {
|
|
"type": {
|
|
"type": "String"
|
|
"type": "String"
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 2,
|
|
|
|
+ "name": "noticeWais",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Array",
|
|
|
|
+ "elementType": {
|
|
|
|
+ "type": "Reference",
|
|
|
|
+ "target": "plat/PtlPlatLogin/Notices"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "plat/PtlPlatLogin/Notices": {
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "properties": [
|
|
|
|
+ {
|
|
|
|
+ "id": 0,
|
|
|
|
+ "name": "type",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Number"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 1,
|
|
|
|
+ "name": "title",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "String"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 2,
|
|
|
|
+ "name": "content",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "String"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -1683,6 +1720,33 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ "id": 6,
|
|
|
|
+ "name": "switch",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "indexSignature": {
|
|
|
|
+ "keyType": "String",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Any"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 7,
|
|
|
|
+ "name": "orderList",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "indexSignature": {
|
|
|
|
+ "keyType": "String",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Reference",
|
|
|
|
+ "target": "player/PtlPlayerLogin/OrderList"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"id": 5,
|
|
"id": 5,
|
|
"name": "wsUrl",
|
|
"name": "wsUrl",
|
|
"type": {
|
|
"type": {
|
|
@@ -1785,6 +1849,46 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
|
|
+ "player/PtlPlayerLogin/OrderList": {
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "properties": [
|
|
|
|
+ {
|
|
|
|
+ "id": 0,
|
|
|
|
+ "name": "rmb",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Number"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 1,
|
|
|
|
+ "name": "money",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Number"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 2,
|
|
|
|
+ "name": "desc",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "String"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 3,
|
|
|
|
+ "name": "iid",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "String"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 4,
|
|
|
|
+ "name": "daibi",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Number"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
"task/PtlTaskInfo/ReqTaskInfo": {
|
|
"task/PtlTaskInfo/ReqTaskInfo": {
|
|
"type": "Interface"
|
|
"type": "Interface"
|
|
},
|
|
},
|