|
@@ -33,6 +33,7 @@ import { ReqFightTest, ResFightTest } from './fight/PtlFightTest';
|
|
|
import { ReqHcEmit, ResHcEmit } from './hc/PtlHcEmit';
|
|
|
import { ReqHcInfo, ResHcInfo } from './hc/PtlHcInfo';
|
|
|
import { ReqHcMerge, ResHcMerge } from './hc/PtlHcMerge';
|
|
|
+import { MsgHcTili_s } from './hc/server/MsgHcTili_s';
|
|
|
import { ReqItemInfo, ResItemInfo } from './item/PtlItemInfo';
|
|
|
import { MsgItemChange_s } from './item/server/MsgItemChange_s';
|
|
|
import { ReqMailDelAll, ResMailDelAll } from './mail/PtlMailDelAll';
|
|
@@ -236,6 +237,7 @@ export interface ServiceType {
|
|
|
"common/Items": MsgItems,
|
|
|
"common/Message": MsgMessage,
|
|
|
"eps/server/EpsChange_s": MsgEpsChange_s,
|
|
|
+ "hc/server/HcTili_s": MsgHcTili_s,
|
|
|
"item/server/ItemChange_s": MsgItemChange_s,
|
|
|
"mail/server/MailNew_s": MsgMailNew_s,
|
|
|
"task/server/TaskCons_s": MsgTaskCons_s,
|
|
@@ -244,7 +246,7 @@ export interface ServiceType {
|
|
|
}
|
|
|
|
|
|
export const serviceProto: ServiceProto<ServiceType> = {
|
|
|
- "version": 62,
|
|
|
+ "version": 63,
|
|
|
"services": [
|
|
|
{
|
|
|
"id": 39,
|
|
@@ -507,6 +509,11 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
+ "id": 91,
|
|
|
+ "name": "hc/server/HcTili_s",
|
|
|
+ "type": "msg"
|
|
|
+ },
|
|
|
+ {
|
|
|
"id": 67,
|
|
|
"name": "item/ItemInfo",
|
|
|
"type": "api",
|
|
@@ -1805,6 +1812,13 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
+ "id": 4,
|
|
|
+ "name": "maxTili",
|
|
|
+ "type": {
|
|
|
+ "type": "Number"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
"id": 2,
|
|
|
"name": "lastTime",
|
|
|
"type": {
|
|
@@ -1882,6 +1896,32 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ "hc/server/MsgHcTili_s/MsgHcTili_s": {
|
|
|
+ "type": "Interface",
|
|
|
+ "properties": [
|
|
|
+ {
|
|
|
+ "id": 0,
|
|
|
+ "name": "tili",
|
|
|
+ "type": {
|
|
|
+ "type": "Number"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1,
|
|
|
+ "name": "maxTili",
|
|
|
+ "type": {
|
|
|
+ "type": "Number"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 2,
|
|
|
+ "name": "lastTime",
|
|
|
+ "type": {
|
|
|
+ "type": "Number"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
"item/PtlItemInfo/ReqItemInfo": {
|
|
|
"type": "Interface"
|
|
|
},
|