|
@@ -7,6 +7,7 @@ import { ReqdeleteCode, ResdeleteCode } from './admin/PtldeleteCode';
|
|
import { ReqdeleteMail, ResdeleteMail } from './admin/PtldeleteMail';
|
|
import { ReqdeleteMail, ResdeleteMail } from './admin/PtldeleteMail';
|
|
import { ReqdeleteQuFu, ResdeleteQuFu } from './admin/PtldeleteQuFu';
|
|
import { ReqdeleteQuFu, ResdeleteQuFu } from './admin/PtldeleteQuFu';
|
|
import { ReqdeleteSetting, ResdeleteSetting } from './admin/PtldeleteSetting';
|
|
import { ReqdeleteSetting, ResdeleteSetting } from './admin/PtldeleteSetting';
|
|
|
|
+import { ReqgameError, ResgameError } from './admin/PtlgameError';
|
|
import { ReqgetCode, ResgetCode } from './admin/PtlgetCode';
|
|
import { ReqgetCode, ResgetCode } from './admin/PtlgetCode';
|
|
import { ReqgetCodeMa, ResgetCodeMa } from './admin/PtlgetCodeMa';
|
|
import { ReqgetCodeMa, ResgetCodeMa } from './admin/PtlgetCodeMa';
|
|
import { ReqgetMail, ResgetMail } from './admin/PtlgetMail';
|
|
import { ReqgetMail, ResgetMail } from './admin/PtlgetMail';
|
|
@@ -19,13 +20,17 @@ import { ReqhuodongDelete, ReshuodongDelete } from './admin/PtlhuodongDelete';
|
|
import { ReqhuodongEdit, ReshuodongEdit } from './admin/PtlhuodongEdit';
|
|
import { ReqhuodongEdit, ReshuodongEdit } from './admin/PtlhuodongEdit';
|
|
import { ReqhuodongFind, ReshuodongFind } from './admin/PtlhuodongFind';
|
|
import { ReqhuodongFind, ReshuodongFind } from './admin/PtlhuodongFind';
|
|
import { ReqroleData, ResroleData } from './admin/PtlroleData';
|
|
import { ReqroleData, ResroleData } from './admin/PtlroleData';
|
|
|
|
+import { ReqroleDataEdit, ResroleDataEdit } from './admin/PtlroleDataEdit';
|
|
|
|
+import { ReqsevData, RessevData } from './admin/PtlsevData';
|
|
|
|
+import { ReqsevDataEdit, RessevDataEdit } from './admin/PtlsevDataEdit';
|
|
import { RequpdateMail, ResupdateMail } from './admin/PtlupdateMail';
|
|
import { RequpdateMail, ResupdateMail } from './admin/PtlupdateMail';
|
|
import { RequpdateQuFu, ResupdateQuFu } from './admin/PtlupdateQuFu';
|
|
import { RequpdateQuFu, ResupdateQuFu } from './admin/PtlupdateQuFu';
|
|
import { RequpdateSetting, ResupdateSetting } from './admin/PtlupdateSetting';
|
|
import { RequpdateSetting, ResupdateSetting } from './admin/PtlupdateSetting';
|
|
import { Reqxiazai, Resxiazai } from './admin/Ptlxiazai';
|
|
import { Reqxiazai, Resxiazai } from './admin/Ptlxiazai';
|
|
|
|
+import { ReqChatHistory, ResChatHistory } from './chat/PtlChatHistory';
|
|
import { ReqChatSend, ResChatSend } from './chat/PtlChatSend';
|
|
import { ReqChatSend, ResChatSend } from './chat/PtlChatSend';
|
|
import { MsgChatNew_s } from './chat/server/MsgChatNew_s';
|
|
import { MsgChatNew_s } from './chat/server/MsgChatNew_s';
|
|
-import { MsgItems } from './common/MsgItems';
|
|
|
|
|
|
+import { MsgItemsRwd } from './common/MsgItemsRwd';
|
|
import { MsgMessage } from './common/MsgMessage';
|
|
import { MsgMessage } from './common/MsgMessage';
|
|
import { ReqEpsInfo, ResEpsInfo } from './eps/PtlEpsInfo';
|
|
import { ReqEpsInfo, ResEpsInfo } from './eps/PtlEpsInfo';
|
|
import { MsgEpsChange_s } from './eps/server/MsgEpsChange_s';
|
|
import { MsgEpsChange_s } from './eps/server/MsgEpsChange_s';
|
|
@@ -89,6 +94,10 @@ export interface ServiceType {
|
|
req: ReqdeleteSetting,
|
|
req: ReqdeleteSetting,
|
|
res: ResdeleteSetting
|
|
res: ResdeleteSetting
|
|
},
|
|
},
|
|
|
|
+ "admin/gameError": {
|
|
|
|
+ req: ReqgameError,
|
|
|
|
+ res: ResgameError
|
|
|
|
+ },
|
|
"admin/getCode": {
|
|
"admin/getCode": {
|
|
req: ReqgetCode,
|
|
req: ReqgetCode,
|
|
res: ResgetCode
|
|
res: ResgetCode
|
|
@@ -137,6 +146,18 @@ export interface ServiceType {
|
|
req: ReqroleData,
|
|
req: ReqroleData,
|
|
res: ResroleData
|
|
res: ResroleData
|
|
},
|
|
},
|
|
|
|
+ "admin/roleDataEdit": {
|
|
|
|
+ req: ReqroleDataEdit,
|
|
|
|
+ res: ResroleDataEdit
|
|
|
|
+ },
|
|
|
|
+ "admin/sevData": {
|
|
|
|
+ req: ReqsevData,
|
|
|
|
+ res: RessevData
|
|
|
|
+ },
|
|
|
|
+ "admin/sevDataEdit": {
|
|
|
|
+ req: ReqsevDataEdit,
|
|
|
|
+ res: RessevDataEdit
|
|
|
|
+ },
|
|
"admin/updateMail": {
|
|
"admin/updateMail": {
|
|
req: RequpdateMail,
|
|
req: RequpdateMail,
|
|
res: ResupdateMail
|
|
res: ResupdateMail
|
|
@@ -153,6 +174,10 @@ export interface ServiceType {
|
|
req: Reqxiazai,
|
|
req: Reqxiazai,
|
|
res: Resxiazai
|
|
res: Resxiazai
|
|
},
|
|
},
|
|
|
|
+ "chat/ChatHistory": {
|
|
|
|
+ req: ReqChatHistory,
|
|
|
|
+ res: ResChatHistory
|
|
|
|
+ },
|
|
"chat/ChatSend": {
|
|
"chat/ChatSend": {
|
|
req: ReqChatSend,
|
|
req: ReqChatSend,
|
|
res: ResChatSend
|
|
res: ResChatSend
|
|
@@ -244,7 +269,7 @@ export interface ServiceType {
|
|
},
|
|
},
|
|
msg: {
|
|
msg: {
|
|
"chat/server/ChatNew_s": MsgChatNew_s,
|
|
"chat/server/ChatNew_s": MsgChatNew_s,
|
|
- "common/Items": MsgItems,
|
|
|
|
|
|
+ "common/ItemsRwd": MsgItemsRwd,
|
|
"common/Message": MsgMessage,
|
|
"common/Message": MsgMessage,
|
|
"eps/server/EpsChange_s": MsgEpsChange_s,
|
|
"eps/server/EpsChange_s": MsgEpsChange_s,
|
|
"hc/server/HcTili_s": MsgHcTili_s,
|
|
"hc/server/HcTili_s": MsgHcTili_s,
|
|
@@ -256,7 +281,7 @@ export interface ServiceType {
|
|
}
|
|
}
|
|
|
|
|
|
export const serviceProto: ServiceProto<ServiceType> = {
|
|
export const serviceProto: ServiceProto<ServiceType> = {
|
|
- "version": 65,
|
|
|
|
|
|
+ "version": 71,
|
|
"services": [
|
|
"services": [
|
|
{
|
|
{
|
|
"id": 39,
|
|
"id": 39,
|
|
@@ -323,6 +348,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ "id": 98,
|
|
|
|
+ "name": "admin/gameError",
|
|
|
|
+ "type": "api",
|
|
|
|
+ "conf": {
|
|
|
|
+ "connet": "admin"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"id": 36,
|
|
"id": 36,
|
|
"name": "admin/getCode",
|
|
"name": "admin/getCode",
|
|
"type": "api",
|
|
"type": "api",
|
|
@@ -411,7 +444,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "id": 92,
|
|
|
|
|
|
+ "id": 94,
|
|
"name": "admin/roleData",
|
|
"name": "admin/roleData",
|
|
"type": "api",
|
|
"type": "api",
|
|
"conf": {
|
|
"conf": {
|
|
@@ -419,6 +452,30 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ "id": 95,
|
|
|
|
+ "name": "admin/roleDataEdit",
|
|
|
|
+ "type": "api",
|
|
|
|
+ "conf": {
|
|
|
|
+ "connet": "admin"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 96,
|
|
|
|
+ "name": "admin/sevData",
|
|
|
|
+ "type": "api",
|
|
|
|
+ "conf": {
|
|
|
|
+ "connet": "admin"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 97,
|
|
|
|
+ "name": "admin/sevDataEdit",
|
|
|
|
+ "type": "api",
|
|
|
|
+ "conf": {
|
|
|
|
+ "connet": "admin"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"id": 44,
|
|
"id": 44,
|
|
"name": "admin/updateMail",
|
|
"name": "admin/updateMail",
|
|
"type": "api",
|
|
"type": "api",
|
|
@@ -451,6 +508,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ "id": 99,
|
|
|
|
+ "name": "chat/ChatHistory",
|
|
|
|
+ "type": "api",
|
|
|
|
+ "conf": {
|
|
|
|
+ "connet": "ws"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"id": 88,
|
|
"id": 88,
|
|
"name": "chat/ChatSend",
|
|
"name": "chat/ChatSend",
|
|
"type": "api",
|
|
"type": "api",
|
|
@@ -464,8 +529,8 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
"type": "msg"
|
|
"type": "msg"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "id": 18,
|
|
|
|
- "name": "common/Items",
|
|
|
|
|
|
+ "id": 93,
|
|
|
|
+ "name": "common/ItemsRwd",
|
|
"type": "msg"
|
|
"type": "msg"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -863,6 +928,81 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
|
|
+ "admin/PtlgameError/ReqgameError": {
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "properties": [
|
|
|
|
+ {
|
|
|
|
+ "id": 0,
|
|
|
|
+ "name": "startTime",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Number"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 1,
|
|
|
|
+ "name": "endTime",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Number"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 2,
|
|
|
|
+ "name": "fuuid",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "String"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 3,
|
|
|
|
+ "name": "url",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "String"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 4,
|
|
|
|
+ "name": "kind",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "String"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 5,
|
|
|
|
+ "name": "id",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "String"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 6,
|
|
|
|
+ "name": "size",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Number"
|
|
|
|
+ },
|
|
|
|
+ "optional": true
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 7,
|
|
|
|
+ "name": "page",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Number"
|
|
|
|
+ },
|
|
|
|
+ "optional": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "admin/PtlgameError/ResgameError": {
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "properties": [
|
|
|
|
+ {
|
|
|
|
+ "id": 0,
|
|
|
|
+ "name": "order10Back",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Any"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
"admin/PtlgetCode/ReqgetCode": {
|
|
"admin/PtlgetCode/ReqgetCode": {
|
|
"type": "Interface"
|
|
"type": "Interface"
|
|
},
|
|
},
|
|
@@ -1129,6 +1269,113 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
|
|
+ "admin/PtlroleDataEdit/ReqroleDataEdit": {
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "properties": [
|
|
|
|
+ {
|
|
|
|
+ "id": 0,
|
|
|
|
+ "name": "key1",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "String"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 1,
|
|
|
|
+ "name": "key2",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "String"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 2,
|
|
|
|
+ "name": "info",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Any"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "admin/PtlroleDataEdit/ResroleDataEdit": {
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "properties": [
|
|
|
|
+ {
|
|
|
|
+ "id": 0,
|
|
|
|
+ "name": "order10Back",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Any"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "admin/PtlsevData/ReqsevData": {
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "properties": [
|
|
|
|
+ {
|
|
|
|
+ "id": 0,
|
|
|
|
+ "name": "kid",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "String"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 1,
|
|
|
|
+ "name": "sid",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "String"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "admin/PtlsevData/RessevData": {
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "properties": [
|
|
|
|
+ {
|
|
|
|
+ "id": 0,
|
|
|
|
+ "name": "order10Back",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Any"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "admin/PtlsevDataEdit/ReqsevDataEdit": {
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "properties": [
|
|
|
|
+ {
|
|
|
|
+ "id": 0,
|
|
|
|
+ "name": "key1",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "String"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 1,
|
|
|
|
+ "name": "key2",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "String"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 2,
|
|
|
|
+ "name": "info",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "String"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "admin/PtlsevDataEdit/RessevDataEdit": {
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "properties": [
|
|
|
|
+ {
|
|
|
|
+ "id": 0,
|
|
|
|
+ "name": "order10Back",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Any"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
"admin/PtlupdateMail/RequpdateMail": {
|
|
"admin/PtlupdateMail/RequpdateMail": {
|
|
"type": "Interface",
|
|
"type": "Interface",
|
|
"properties": [
|
|
"properties": [
|
|
@@ -1252,27 +1499,27 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- "chat/PtlChatSend/ReqChatSend": {
|
|
|
|
|
|
+ "chat/PtlChatHistory/ReqChatHistory": {
|
|
"type": "Interface",
|
|
"type": "Interface",
|
|
"properties": [
|
|
"properties": [
|
|
{
|
|
{
|
|
- "id": 0,
|
|
|
|
- "name": "type",
|
|
|
|
|
|
+ "id": 2,
|
|
|
|
+ "name": "channelType",
|
|
"type": {
|
|
"type": {
|
|
"type": "Reference",
|
|
"type": "Reference",
|
|
- "target": "chat/PtlChatSend/ChatType"
|
|
|
|
|
|
+ "target": "chat/PtlChatSend/ChannelType"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"id": 1,
|
|
"id": 1,
|
|
- "name": "str",
|
|
|
|
|
|
+ "name": "xbid",
|
|
"type": {
|
|
"type": {
|
|
- "type": "String"
|
|
|
|
|
|
+ "type": "Number"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- "chat/PtlChatSend/ChatType": {
|
|
|
|
|
|
+ "chat/PtlChatSend/ChannelType": {
|
|
"type": "Enum",
|
|
"type": "Enum",
|
|
"members": [
|
|
"members": [
|
|
{
|
|
{
|
|
@@ -1281,13 +1528,19 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- "chat/PtlChatSend/ResChatSend": {
|
|
|
|
|
|
+ "chat/PtlChatHistory/ResChatHistory": {
|
|
"type": "Interface",
|
|
"type": "Interface",
|
|
"indexSignature": {
|
|
"indexSignature": {
|
|
"keyType": "String",
|
|
"keyType": "String",
|
|
"type": {
|
|
"type": {
|
|
- "type": "Reference",
|
|
|
|
- "target": "chat/PtlChatSend/ChatInfo"
|
|
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "indexSignature": {
|
|
|
|
+ "keyType": "String",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Reference",
|
|
|
|
+ "target": "chat/PtlChatSend/ChatInfo"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -1302,8 +1555,8 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "id": 1,
|
|
|
|
- "name": "type",
|
|
|
|
|
|
+ "id": 6,
|
|
|
|
+ "name": "chatType",
|
|
"type": {
|
|
"type": {
|
|
"type": "Reference",
|
|
"type": "Reference",
|
|
"target": "chat/PtlChatSend/ChatType"
|
|
"target": "chat/PtlChatSend/ChatType"
|
|
@@ -1340,6 +1593,27 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
|
|
+ "chat/PtlChatSend/ChatType": {
|
|
|
|
+ "type": "Enum",
|
|
|
|
+ "members": [
|
|
|
|
+ {
|
|
|
|
+ "id": 1,
|
|
|
|
+ "value": "1"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 2,
|
|
|
|
+ "value": "moon"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 3,
|
|
|
|
+ "value": "adver"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 4,
|
|
|
|
+ "value": "fever"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
"base/FUserInfo": {
|
|
"base/FUserInfo": {
|
|
"type": "Interface",
|
|
"type": "Interface",
|
|
"properties": [
|
|
"properties": [
|
|
@@ -1408,17 +1682,59 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
|
|
+ "chat/PtlChatSend/ReqChatSend": {
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "properties": [
|
|
|
|
+ {
|
|
|
|
+ "id": 2,
|
|
|
|
+ "name": "channelType",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Reference",
|
|
|
|
+ "target": "chat/PtlChatSend/ChannelType"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 1,
|
|
|
|
+ "name": "str",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "String"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "chat/PtlChatSend/ResChatSend": {
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "indexSignature": {
|
|
|
|
+ "keyType": "String",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "indexSignature": {
|
|
|
|
+ "keyType": "String",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Reference",
|
|
|
|
+ "target": "chat/PtlChatSend/ChatInfo"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"chat/server/MsgChatNew_s/MsgChatNew_s": {
|
|
"chat/server/MsgChatNew_s/MsgChatNew_s": {
|
|
"type": "Interface",
|
|
"type": "Interface",
|
|
"indexSignature": {
|
|
"indexSignature": {
|
|
"keyType": "String",
|
|
"keyType": "String",
|
|
"type": {
|
|
"type": {
|
|
- "type": "Reference",
|
|
|
|
- "target": "chat/PtlChatSend/ChatInfo"
|
|
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "indexSignature": {
|
|
|
|
+ "keyType": "String",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Reference",
|
|
|
|
+ "target": "chat/PtlChatSend/ChatInfo"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "common/MsgItems/MsgItems": {
|
|
|
|
|
|
+ "common/MsgItemsRwd/MsgItemsRwd": {
|
|
"type": "Interface",
|
|
"type": "Interface",
|
|
"properties": [
|
|
"properties": [
|
|
{
|
|
{
|
|
@@ -1738,19 +2054,19 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
"type": "Interface",
|
|
"type": "Interface",
|
|
"properties": [
|
|
"properties": [
|
|
{
|
|
{
|
|
- "id": 0,
|
|
|
|
- "name": "type",
|
|
|
|
|
|
+ "id": 1,
|
|
|
|
+ "name": "unlock",
|
|
"type": {
|
|
"type": {
|
|
"type": "Reference",
|
|
"type": "Reference",
|
|
- "target": "hc/PtlHcInfo/HcType"
|
|
|
|
|
|
+ "target": "hc/PtlHcInfo/HcUnlock"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "id": 1,
|
|
|
|
- "name": "unlock",
|
|
|
|
|
|
+ "id": 0,
|
|
|
|
+ "name": "type",
|
|
"type": {
|
|
"type": {
|
|
"type": "Reference",
|
|
"type": "Reference",
|
|
- "target": "hc/PtlHcInfo/HcUnlock"
|
|
|
|
|
|
+ "target": "hc/PtlHcInfo/HcType"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -1764,22 +2080,26 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
"id": 3,
|
|
"id": 3,
|
|
"name": "emitter",
|
|
"name": "emitter",
|
|
"type": {
|
|
"type": {
|
|
- "type": "Interface",
|
|
|
|
- "properties": [
|
|
|
|
- {
|
|
|
|
- "id": 0,
|
|
|
|
- "name": "unlock",
|
|
|
|
- "type": {
|
|
|
|
- "type": "Reference",
|
|
|
|
- "target": "hc/PtlHcInfo/HcUnlock"
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
|
|
+ "type": "Reference",
|
|
|
|
+ "target": "hc/PtlHcInfo/HcInfoGeziEmitter"
|
|
},
|
|
},
|
|
"optional": true
|
|
"optional": true
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
|
|
+ "hc/PtlHcInfo/HcUnlock": {
|
|
|
|
+ "type": "Enum",
|
|
|
|
+ "members": [
|
|
|
|
+ {
|
|
|
|
+ "id": 1,
|
|
|
|
+ "value": 1
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "id": 0,
|
|
|
|
+ "value": 0
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
"hc/PtlHcInfo/HcType": {
|
|
"hc/PtlHcInfo/HcType": {
|
|
"type": "Enum",
|
|
"type": "Enum",
|
|
"members": [
|
|
"members": [
|
|
@@ -1809,16 +2129,29 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- "hc/PtlHcInfo/HcUnlock": {
|
|
|
|
- "type": "Enum",
|
|
|
|
- "members": [
|
|
|
|
|
|
+ "hc/PtlHcInfo/HcInfoGeziEmitter": {
|
|
|
|
+ "type": "Interface",
|
|
|
|
+ "properties": [
|
|
|
|
+ {
|
|
|
|
+ "id": 0,
|
|
|
|
+ "name": "tili",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Number"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"id": 1,
|
|
"id": 1,
|
|
- "value": 1
|
|
|
|
|
|
+ "name": "lastTime",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Number"
|
|
|
|
+ }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "id": 0,
|
|
|
|
- "value": 0
|
|
|
|
|
|
+ "id": 2,
|
|
|
|
+ "name": "level",
|
|
|
|
+ "type": {
|
|
|
|
+ "type": "Number"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -2042,7 +2375,10 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
"indexSignature": {
|
|
"indexSignature": {
|
|
"keyType": "String",
|
|
"keyType": "String",
|
|
"type": {
|
|
"type": {
|
|
- "type": "Number"
|
|
|
|
|
|
+ "type": "Array",
|
|
|
|
+ "elementType": {
|
|
|
|
+ "type": "Number"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -2051,7 +2387,10 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
"indexSignature": {
|
|
"indexSignature": {
|
|
"keyType": "String",
|
|
"keyType": "String",
|
|
"type": {
|
|
"type": {
|
|
- "type": "Number"
|
|
|
|
|
|
+ "type": "Array",
|
|
|
|
+ "elementType": {
|
|
|
|
+ "type": "Number"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|