|
@@ -30,6 +30,8 @@ import { ReqHcInfo, ResHcInfo } from './hc/PtlHcInfo';
|
|
import { ReqHcMerge, ResHcMerge } from './hc/PtlHcMerge';
|
|
import { ReqHcMerge, ResHcMerge } from './hc/PtlHcMerge';
|
|
import { ReqItemInfo, ResItemInfo } from './item/PtlItemInfo';
|
|
import { ReqItemInfo, ResItemInfo } from './item/PtlItemInfo';
|
|
import { MsgItemChange_s } from './item/server/MsgItemChange_s';
|
|
import { MsgItemChange_s } from './item/server/MsgItemChange_s';
|
|
|
|
+import { ReqMailInfo, ResMailInfo } from './mail/PtlMailInfo';
|
|
|
|
+import { MsgMailNew_s } from './mail/server/MsgMailNew_s';
|
|
import { ReqPlatLogin, ResPlatLogin } from './plat/PtlPlatLogin';
|
|
import { ReqPlatLogin, ResPlatLogin } from './plat/PtlPlatLogin';
|
|
import { ReqPlayerLogin, ResPlayerLogin } from './player/PtlPlayerLogin';
|
|
import { ReqPlayerLogin, ResPlayerLogin } from './player/PtlPlayerLogin';
|
|
import { ReqTaskInfo, ResTaskInfo } from './task/PtlTaskInfo';
|
|
import { ReqTaskInfo, ResTaskInfo } from './task/PtlTaskInfo';
|
|
@@ -149,6 +151,10 @@ export interface ServiceType {
|
|
req: ReqItemInfo,
|
|
req: ReqItemInfo,
|
|
res: ResItemInfo
|
|
res: ResItemInfo
|
|
},
|
|
},
|
|
|
|
+ "mail/MailInfo": {
|
|
|
|
+ req: ReqMailInfo,
|
|
|
|
+ res: ResMailInfo
|
|
|
|
+ },
|
|
"plat/PlatLogin": {
|
|
"plat/PlatLogin": {
|
|
req: ReqPlatLogin,
|
|
req: ReqPlatLogin,
|
|
res: ResPlatLogin
|
|
res: ResPlatLogin
|
|
@@ -183,12 +189,13 @@ export interface ServiceType {
|
|
"common/Message": MsgMessage,
|
|
"common/Message": MsgMessage,
|
|
"eps/server/EpsChange_s": MsgEpsChange_s,
|
|
"eps/server/EpsChange_s": MsgEpsChange_s,
|
|
"item/server/ItemChange_s": MsgItemChange_s,
|
|
"item/server/ItemChange_s": MsgItemChange_s,
|
|
|
|
+ "mail/server/MailNew_s": MsgMailNew_s,
|
|
"user/server/UserUplevel_s": MsgUserUplevel_s
|
|
"user/server/UserUplevel_s": MsgUserUplevel_s
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
export const serviceProto: ServiceProto<ServiceType> = {
|
|
export const serviceProto: ServiceProto<ServiceType> = {
|
|
- "version": 48,
|
|
|
|
|
|
+ "version": 50,
|
|
"services": [
|
|
"services": [
|
|
{
|
|
{
|
|
"id": 39,
|
|
"id": 39,
|
|
@@ -427,6 +434,19 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
"type": "msg"
|
|
"type": "msg"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ "id": 77,
|
|
|
|
+ "name": "mail/MailInfo",
|
|
|
|
+ "type": "api",
|
|
|
|
+ "conf": {
|
|
|
|
+ "connet": "ws"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 78,
|
|
|
|
+ "name": "mail/server/MailNew_s",
|
|
|
|
+ "type": "msg"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"id": 57,
|
|
"id": 57,
|
|
"name": "plat/PlatLogin",
|
|
"name": "plat/PlatLogin",
|
|
"type": "api",
|
|
"type": "api",
|
|
@@ -1255,6 +1275,82 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "mail/PtlMailInfo/ReqMailInfo": {
|
|
|
|
+ "type": "Interface"
|
|
|
|
+ },
|
|
|
|
+ "mail/PtlMailInfo/ResMailInfo": {
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "indexSignature": {
|
|
|
|
+ "keyType": "String",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "properties": [
|
|
|
|
+ {
|
|
|
|
+ "id": 0,
|
|
|
|
+ "name": "id",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "String"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 1,
|
|
|
|
+ "name": "title",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "String"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 2,
|
|
|
|
+ "name": "content",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "String"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 3,
|
|
|
|
+ "name": "items",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Array",
|
|
|
|
+ "elementType": {
|
|
|
|
+ "type": "Number"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 4,
|
|
|
|
+ "name": "fts",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Number"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 5,
|
|
|
|
+ "name": "rts",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Number"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 6,
|
|
|
|
+ "name": "ets",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Number"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 7,
|
|
|
|
+ "name": "dts",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Number"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "mail/server/MsgMailNew_s/MsgMailNew_s": {
|
|
|
|
+ "type": "Interface"
|
|
|
|
+ },
|
|
"plat/PtlPlatLogin/ReqPlatLogin": {
|
|
"plat/PtlPlatLogin/ReqPlatLogin": {
|
|
"type": "Interface",
|
|
"type": "Interface",
|
|
"properties": [
|
|
"properties": [
|