|
@@ -18,6 +18,7 @@ import { ReqhuodongAdd, ReshuodongAdd } from './admin/PtlhuodongAdd';
|
|
|
import { ReqhuodongDelete, ReshuodongDelete } from './admin/PtlhuodongDelete';
|
|
|
import { ReqhuodongEdit, ReshuodongEdit } from './admin/PtlhuodongEdit';
|
|
|
import { ReqhuodongFind, ReshuodongFind } from './admin/PtlhuodongFind';
|
|
|
+import { ReqroleData, ResroleData } from './admin/PtlroleData';
|
|
|
import { RequpdateMail, ResupdateMail } from './admin/PtlupdateMail';
|
|
|
import { RequpdateQuFu, ResupdateQuFu } from './admin/PtlupdateQuFu';
|
|
|
import { RequpdateSetting, ResupdateSetting } from './admin/PtlupdateSetting';
|
|
@@ -33,6 +34,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 { ReqHcSell, ResHcSell } from './hc/PtlHcSell';
|
|
|
import { MsgHcTili_s } from './hc/server/MsgHcTili_s';
|
|
|
import { ReqItemInfo, ResItemInfo } from './item/PtlItemInfo';
|
|
|
import { MsgItemChange_s } from './item/server/MsgItemChange_s';
|
|
@@ -131,6 +133,10 @@ export interface ServiceType {
|
|
|
req: ReqhuodongFind,
|
|
|
res: ReshuodongFind
|
|
|
},
|
|
|
+ "admin/roleData": {
|
|
|
+ req: ReqroleData,
|
|
|
+ res: ResroleData
|
|
|
+ },
|
|
|
"admin/updateMail": {
|
|
|
req: RequpdateMail,
|
|
|
res: ResupdateMail
|
|
@@ -175,6 +181,10 @@ export interface ServiceType {
|
|
|
req: ReqHcMerge,
|
|
|
res: ResHcMerge
|
|
|
},
|
|
|
+ "hc/HcSell": {
|
|
|
+ req: ReqHcSell,
|
|
|
+ res: ResHcSell
|
|
|
+ },
|
|
|
"item/ItemInfo": {
|
|
|
req: ReqItemInfo,
|
|
|
res: ResItemInfo
|
|
@@ -246,7 +256,7 @@ export interface ServiceType {
|
|
|
}
|
|
|
|
|
|
export const serviceProto: ServiceProto<ServiceType> = {
|
|
|
- "version": 63,
|
|
|
+ "version": 64,
|
|
|
"services": [
|
|
|
{
|
|
|
"id": 39,
|
|
@@ -401,6 +411,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
+ "id": 92,
|
|
|
+ "name": "admin/roleData",
|
|
|
+ "type": "api",
|
|
|
+ "conf": {
|
|
|
+ "connet": "admin"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
"id": 44,
|
|
|
"name": "admin/updateMail",
|
|
|
"type": "api",
|
|
@@ -509,6 +527,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
+ "id": 92,
|
|
|
+ "name": "hc/HcSell",
|
|
|
+ "type": "api",
|
|
|
+ "conf": {
|
|
|
+ "connet": "ws"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
"id": 91,
|
|
|
"name": "hc/server/HcTili_s",
|
|
|
"type": "msg"
|
|
@@ -1079,6 +1105,30 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ "admin/PtlroleData/ReqroleData": {
|
|
|
+ "type": "Interface",
|
|
|
+ "properties": [
|
|
|
+ {
|
|
|
+ "id": 0,
|
|
|
+ "name": "uuid",
|
|
|
+ "type": {
|
|
|
+ "type": "String"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "admin/PtlroleData/ResroleData": {
|
|
|
+ "type": "Interface",
|
|
|
+ "properties": [
|
|
|
+ {
|
|
|
+ "id": 0,
|
|
|
+ "name": "order10Back",
|
|
|
+ "type": {
|
|
|
+ "type": "Any"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
"admin/PtlupdateMail/RequpdateMail": {
|
|
|
"type": "Interface",
|
|
|
"properties": [
|
|
@@ -1709,6 +1759,24 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
|
"type": {
|
|
|
"type": "Number"
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 3,
|
|
|
+ "name": "emitter",
|
|
|
+ "type": {
|
|
|
+ "type": "Interface",
|
|
|
+ "properties": [
|
|
|
+ {
|
|
|
+ "id": 0,
|
|
|
+ "name": "unlock",
|
|
|
+ "type": {
|
|
|
+ "type": "Reference",
|
|
|
+ "target": "hc/PtlHcInfo/HcUnlock"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "optional": true
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -1896,6 +1964,50 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ "hc/PtlHcSell/ReqHcSell": {
|
|
|
+ "type": "Interface",
|
|
|
+ "properties": [
|
|
|
+ {
|
|
|
+ "id": 0,
|
|
|
+ "name": "gzid",
|
|
|
+ "type": {
|
|
|
+ "type": "String"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "hc/PtlHcSell/ResHcSell": {
|
|
|
+ "type": "Interface",
|
|
|
+ "properties": [
|
|
|
+ {
|
|
|
+ "id": 0,
|
|
|
+ "name": "list",
|
|
|
+ "type": {
|
|
|
+ "type": "Interface",
|
|
|
+ "indexSignature": {
|
|
|
+ "keyType": "String",
|
|
|
+ "type": {
|
|
|
+ "type": "Reference",
|
|
|
+ "target": "hc/PtlHcInfo/HcInfoGeziInfo"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": 1,
|
|
|
+ "name": "items",
|
|
|
+ "type": {
|
|
|
+ "type": "Array",
|
|
|
+ "elementType": {
|
|
|
+ "type": "Array",
|
|
|
+ "elementType": {
|
|
|
+ "type": "Number"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
"hc/server/MsgHcTili_s/MsgHcTili_s": {
|
|
|
"type": "Interface",
|
|
|
"properties": [
|