|
@@ -44,6 +44,7 @@ import { MsgTaskCons_s } from './task/server/MsgTaskCons_s';
|
|
|
import { ReqUserFight, ResUserFight } from './user/PtlUserFight';
|
|
|
import { ReqUserLogin, ResUserLogin } from './user/PtlUserLogin';
|
|
|
import { ReqUserSetName, ResUserSetName } from './user/PtlUserSetName';
|
|
|
+import { ReqUserUseCode, ResUserUseCode } from './user/PtlUserUseCode';
|
|
|
import { MsgUserUplevel_s } from './user/server/MsgUserUplevel_s';
|
|
|
|
|
|
export interface ServiceType {
|
|
@@ -203,6 +204,10 @@ export interface ServiceType {
|
|
|
"user/UserSetName": {
|
|
|
req: ReqUserSetName,
|
|
|
res: ResUserSetName
|
|
|
+ },
|
|
|
+ "user/UserUseCode": {
|
|
|
+ req: ReqUserUseCode,
|
|
|
+ res: ResUserUseCode
|
|
|
}
|
|
|
},
|
|
|
msg: {
|
|
@@ -217,7 +222,7 @@ export interface ServiceType {
|
|
|
}
|
|
|
|
|
|
export const serviceProto: ServiceProto<ServiceType> = {
|
|
|
- "version": 51,
|
|
|
+ "version": 52,
|
|
|
"services": [
|
|
|
{
|
|
|
"id": 39,
|
|
@@ -562,6 +567,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
+ "id": 84,
|
|
|
+ "name": "user/UserUseCode",
|
|
|
+ "type": "api",
|
|
|
+ "conf": {
|
|
|
+ "connet": "ws"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
"id": 73,
|
|
|
"name": "user/server/UserUplevel_s",
|
|
|
"type": "msg"
|
|
@@ -1338,13 +1351,52 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
|
"type": "Interface"
|
|
|
},
|
|
|
"mail/PtlMailDelAll/ResMailDelAll": {
|
|
|
- "type": "Interface"
|
|
|
+ "type": "Interface",
|
|
|
+ "indexSignature": {
|
|
|
+ "keyType": "String",
|
|
|
+ "type": {
|
|
|
+ "type": "Interface",
|
|
|
+ "properties": [
|
|
|
+ {
|
|
|
+ "id": 0,
|
|
|
+ "name": "ets",
|
|
|
+ "type": {
|
|
|
+ "type": "Number"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
"mail/PtlMailDelOne/ReqMailDelOne": {
|
|
|
- "type": "Interface"
|
|
|
+ "type": "Interface",
|
|
|
+ "properties": [
|
|
|
+ {
|
|
|
+ "id": 0,
|
|
|
+ "name": "id",
|
|
|
+ "type": {
|
|
|
+ "type": "String"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"mail/PtlMailDelOne/ResMailDelOne": {
|
|
|
- "type": "Interface"
|
|
|
+ "type": "Interface",
|
|
|
+ "indexSignature": {
|
|
|
+ "keyType": "String",
|
|
|
+ "type": {
|
|
|
+ "type": "Interface",
|
|
|
+ "properties": [
|
|
|
+ {
|
|
|
+ "id": 0,
|
|
|
+ "name": "ets",
|
|
|
+ "type": {
|
|
|
+ "type": "Number"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
"mail/PtlMailInfo/ReqMailInfo": {
|
|
|
"type": "Interface"
|
|
@@ -2163,6 +2215,21 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ "user/PtlUserUseCode/ReqUserUseCode": {
|
|
|
+ "type": "Interface",
|
|
|
+ "properties": [
|
|
|
+ {
|
|
|
+ "id": 0,
|
|
|
+ "name": "key",
|
|
|
+ "type": {
|
|
|
+ "type": "String"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "user/PtlUserUseCode/ResUserUseCode": {
|
|
|
+ "type": "Interface"
|
|
|
+ },
|
|
|
"user/server/MsgUserUplevel_s/MsgUserUplevel_s": {
|
|
|
"type": "Interface",
|
|
|
"properties": [
|