Merge branch 'feature/playerhead' into dev

This commit is contained in:
dy 2023-12-21 12:37:55 +08:00
commit 3dff056df6
5 changed files with 282 additions and 158 deletions

View File

@ -29,10 +29,12 @@ export default async function (call: ApiCall<ReqChangeInfo, ResChangeInfo>) {
if (call.req.type == 'model') {
let d = JSON.parse(JSON.stringify(call.conn.gud.model));
d[call.req.id] = {
let changeItem = {
id: call.req.id,
time: active[fmtId] || -1
};
}
d[call.req.id] = changeItem
change.upModel = changeItem
change.model = d;
} else {
change[call.req.type] = {

View File

@ -875,6 +875,29 @@ export const serviceProto: ServiceProto<ServiceType> = {
},
{
"id": 5,
"name": "upModel",
"type": {
"type": "Interface",
"properties": [
{
"id": 0,
"name": "id",
"type": {
"type": "String"
}
},
{
"id": 1,
"name": "time",
"type": {
"type": "Number"
}
}
]
}
},
{
"id": 6,
"name": "model",
"type": {
"type": "Interface",
@ -903,14 +926,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 6,
"id": 7,
"name": "renown",
"type": {
"type": "Number"
}
},
{
"id": 7,
"id": 8,
"name": "wxcLv",
"type": {
"type": "Interface",
@ -936,14 +959,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 8,
"id": 9,
"name": "mapId",
"type": {
"type": "Number"
}
},
{
"id": 9,
"id": 10,
"name": "shoucangping",
"type": {
"type": "Interface",
@ -956,14 +979,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 10,
"id": 11,
"name": "useTujianLvPoint",
"type": {
"type": "Number"
}
},
{
"id": 11,
"id": 12,
"name": "skills",
"type": {
"type": "Interface",
@ -976,7 +999,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 12,
"id": 13,
"name": "fightSkills",
"type": {
"type": "Interface",
@ -989,7 +1012,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 13,
"id": 14,
"name": "heroPos",
"type": {
"type": "Interface",
@ -1002,21 +1025,21 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 14,
"id": 15,
"name": "ghId",
"type": {
"type": "String"
}
},
{
"id": 15,
"id": 16,
"name": "ghName",
"type": {
"type": "String"
}
},
{
"id": 16,
"id": 17,
"name": "ghLevel",
"type": {
"type": "Reference",
@ -1024,7 +1047,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 17,
"id": 18,
"name": "ghwz",
"type": {
"type": "Interface",
@ -1038,7 +1061,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 18,
"id": 19,
"name": "ghExitTime",
"type": {
"type": "Number"
@ -1046,7 +1069,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 19,
"id": 20,
"name": "loginTime",
"type": {
"type": "Number"
@ -1054,7 +1077,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 20,
"id": 21,
"name": "logoutTime",
"type": {
"type": "Number"
@ -1062,7 +1085,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 21,
"id": 22,
"name": "cTime",
"type": {
"type": "Number"
@ -1070,7 +1093,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 22,
"id": 23,
"name": "loginDays",
"type": {
"type": "Number"
@ -1078,7 +1101,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 23,
"id": 24,
"name": "serverName",
"type": {
"type": "String"
@ -1086,7 +1109,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 24,
"id": 25,
"name": "sid",
"type": {
"type": "Number"
@ -1094,7 +1117,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 25,
"id": 26,
"name": "onlineTime",
"type": {
"type": "Number"
@ -1102,7 +1125,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 26,
"id": 27,
"name": "newonlinetime",
"type": {
"type": "Number"
@ -1110,7 +1133,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 27,
"id": 28,
"name": "isNpc",
"type": {
"type": "Boolean"
@ -1118,7 +1141,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 28,
"id": 29,
"name": "matrix",
"type": {
"type": "Interface",
@ -1132,7 +1155,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 29,
"id": 30,
"name": "matrixPos",
"type": {
"type": "Interface",
@ -1152,7 +1175,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 30,
"id": 31,
"name": "selectMatrix",
"type": {
"type": "String"
@ -1160,7 +1183,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 31,
"id": 32,
"name": "fightHeros",
"type": {
"type": "Array",
@ -1171,7 +1194,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 32,
"id": 33,
"name": "helpHeros",
"type": {
"type": "Array",
@ -1248,7 +1271,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 33,
"id": 34,
"name": "changeNameNum",
"type": {
"type": "Number"
@ -1256,7 +1279,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 34,
"id": 35,
"name": "peijianUnlock",
"type": {
"type": "Interface",
@ -1270,7 +1293,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 35,
"id": 36,
"name": "headFrames",
"type": {
"type": "Interface",
@ -1284,7 +1307,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 36,
"id": 37,
"name": "chatFrames",
"type": {
"type": "Interface",

View File

@ -2193,6 +2193,29 @@ export const serviceProto: ServiceProto<ServiceType> = {
},
{
"id": 5,
"name": "upModel",
"type": {
"type": "Interface",
"properties": [
{
"id": 0,
"name": "id",
"type": {
"type": "String"
}
},
{
"id": 1,
"name": "time",
"type": {
"type": "Number"
}
}
]
}
},
{
"id": 6,
"name": "model",
"type": {
"type": "Interface",
@ -2221,14 +2244,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 6,
"id": 7,
"name": "renown",
"type": {
"type": "Number"
}
},
{
"id": 7,
"id": 8,
"name": "wxcLv",
"type": {
"type": "Interface",
@ -2254,14 +2277,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 8,
"id": 9,
"name": "mapId",
"type": {
"type": "Number"
}
},
{
"id": 9,
"id": 10,
"name": "shoucangping",
"type": {
"type": "Interface",
@ -2274,14 +2297,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 10,
"id": 11,
"name": "useTujianLvPoint",
"type": {
"type": "Number"
}
},
{
"id": 11,
"id": 12,
"name": "skills",
"type": {
"type": "Interface",
@ -2294,7 +2317,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 12,
"id": 13,
"name": "fightSkills",
"type": {
"type": "Interface",
@ -2307,7 +2330,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 13,
"id": 14,
"name": "heroPos",
"type": {
"type": "Interface",
@ -2320,21 +2343,21 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 14,
"id": 15,
"name": "ghId",
"type": {
"type": "String"
}
},
{
"id": 15,
"id": 16,
"name": "ghName",
"type": {
"type": "String"
}
},
{
"id": 16,
"id": 17,
"name": "ghLevel",
"type": {
"type": "Reference",
@ -2342,7 +2365,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 17,
"id": 18,
"name": "ghwz",
"type": {
"type": "Interface",
@ -2356,7 +2379,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 18,
"id": 19,
"name": "ghExitTime",
"type": {
"type": "Number"
@ -2364,7 +2387,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 19,
"id": 20,
"name": "loginTime",
"type": {
"type": "Number"
@ -2372,7 +2395,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 20,
"id": 21,
"name": "logoutTime",
"type": {
"type": "Number"
@ -2380,7 +2403,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 21,
"id": 22,
"name": "cTime",
"type": {
"type": "Number"
@ -2388,7 +2411,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 22,
"id": 23,
"name": "loginDays",
"type": {
"type": "Number"
@ -2396,7 +2419,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 23,
"id": 24,
"name": "serverName",
"type": {
"type": "String"
@ -2404,7 +2427,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 24,
"id": 25,
"name": "sid",
"type": {
"type": "Number"
@ -2412,7 +2435,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 25,
"id": 26,
"name": "onlineTime",
"type": {
"type": "Number"
@ -2420,7 +2443,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 26,
"id": 27,
"name": "newonlinetime",
"type": {
"type": "Number"
@ -2428,7 +2451,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 27,
"id": 28,
"name": "isNpc",
"type": {
"type": "Boolean"
@ -2436,7 +2459,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 28,
"id": 29,
"name": "matrix",
"type": {
"type": "Interface",
@ -2450,7 +2473,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 29,
"id": 30,
"name": "matrixPos",
"type": {
"type": "Interface",
@ -2470,7 +2493,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 30,
"id": 31,
"name": "selectMatrix",
"type": {
"type": "String"
@ -2478,7 +2501,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 31,
"id": 32,
"name": "fightHeros",
"type": {
"type": "Array",
@ -2489,7 +2512,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 32,
"id": 33,
"name": "helpHeros",
"type": {
"type": "Array",
@ -2566,7 +2589,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 33,
"id": 34,
"name": "changeNameNum",
"type": {
"type": "Number"
@ -2574,7 +2597,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 34,
"id": 35,
"name": "peijianUnlock",
"type": {
"type": "Interface",
@ -2588,7 +2611,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 35,
"id": 36,
"name": "headFrames",
"type": {
"type": "Interface",
@ -2602,7 +2625,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 36,
"id": 37,
"name": "chatFrames",
"type": {
"type": "Interface",

View File

@ -4001,6 +4001,29 @@ export const serviceProto: ServiceProto<ServiceType> = {
},
{
"id": 5,
"name": "upModel",
"type": {
"type": "Interface",
"properties": [
{
"id": 0,
"name": "id",
"type": {
"type": "String"
}
},
{
"id": 1,
"name": "time",
"type": {
"type": "Number"
}
}
]
}
},
{
"id": 6,
"name": "model",
"type": {
"type": "Interface",
@ -4029,14 +4052,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 6,
"id": 7,
"name": "renown",
"type": {
"type": "Number"
}
},
{
"id": 7,
"id": 8,
"name": "wxcLv",
"type": {
"type": "Interface",
@ -4062,14 +4085,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 8,
"id": 9,
"name": "mapId",
"type": {
"type": "Number"
}
},
{
"id": 9,
"id": 10,
"name": "shoucangping",
"type": {
"type": "Interface",
@ -4082,14 +4105,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 10,
"id": 11,
"name": "useTujianLvPoint",
"type": {
"type": "Number"
}
},
{
"id": 11,
"id": 12,
"name": "skills",
"type": {
"type": "Interface",
@ -4102,7 +4125,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 12,
"id": 13,
"name": "fightSkills",
"type": {
"type": "Interface",
@ -4115,7 +4138,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 13,
"id": 14,
"name": "heroPos",
"type": {
"type": "Interface",
@ -4128,21 +4151,21 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 14,
"id": 15,
"name": "ghId",
"type": {
"type": "String"
}
},
{
"id": 15,
"id": 16,
"name": "ghName",
"type": {
"type": "String"
}
},
{
"id": 16,
"id": 17,
"name": "ghLevel",
"type": {
"type": "Reference",
@ -4150,7 +4173,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 17,
"id": 18,
"name": "ghwz",
"type": {
"type": "Interface",
@ -4164,7 +4187,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 18,
"id": 19,
"name": "ghExitTime",
"type": {
"type": "Number"
@ -4172,7 +4195,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 19,
"id": 20,
"name": "loginTime",
"type": {
"type": "Number"
@ -4180,7 +4203,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 20,
"id": 21,
"name": "logoutTime",
"type": {
"type": "Number"
@ -4188,7 +4211,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 21,
"id": 22,
"name": "cTime",
"type": {
"type": "Number"
@ -4196,7 +4219,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 22,
"id": 23,
"name": "loginDays",
"type": {
"type": "Number"
@ -4204,7 +4227,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 23,
"id": 24,
"name": "serverName",
"type": {
"type": "String"
@ -4212,7 +4235,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 24,
"id": 25,
"name": "sid",
"type": {
"type": "Number"
@ -4220,7 +4243,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 25,
"id": 26,
"name": "onlineTime",
"type": {
"type": "Number"
@ -4228,7 +4251,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 26,
"id": 27,
"name": "newonlinetime",
"type": {
"type": "Number"
@ -4236,7 +4259,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 27,
"id": 28,
"name": "isNpc",
"type": {
"type": "Boolean"
@ -4244,7 +4267,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 28,
"id": 29,
"name": "matrix",
"type": {
"type": "Interface",
@ -4258,7 +4281,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 29,
"id": 30,
"name": "matrixPos",
"type": {
"type": "Interface",
@ -4278,7 +4301,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 30,
"id": 31,
"name": "selectMatrix",
"type": {
"type": "String"
@ -4286,7 +4309,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 31,
"id": 32,
"name": "fightHeros",
"type": {
"type": "Array",
@ -4297,7 +4320,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 32,
"id": 33,
"name": "helpHeros",
"type": {
"type": "Array",
@ -4374,7 +4397,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 33,
"id": 34,
"name": "changeNameNum",
"type": {
"type": "Number"
@ -4382,7 +4405,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 34,
"id": 35,
"name": "peijianUnlock",
"type": {
"type": "Interface",
@ -4396,7 +4419,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 35,
"id": 36,
"name": "headFrames",
"type": {
"type": "Interface",
@ -4410,7 +4433,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 36,
"id": 37,
"name": "chatFrames",
"type": {
"type": "Interface",
@ -5222,6 +5245,29 @@ export const serviceProto: ServiceProto<ServiceType> = {
},
{
"id": 5,
"name": "upModel",
"type": {
"type": "Interface",
"properties": [
{
"id": 0,
"name": "id",
"type": {
"type": "String"
}
},
{
"id": 1,
"name": "time",
"type": {
"type": "Number"
}
}
]
}
},
{
"id": 6,
"name": "model",
"type": {
"type": "Interface",
@ -5250,14 +5296,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 6,
"id": 7,
"name": "renown",
"type": {
"type": "Number"
}
},
{
"id": 7,
"id": 8,
"name": "wxcLv",
"type": {
"type": "Interface",
@ -5283,14 +5329,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 8,
"id": 9,
"name": "mapId",
"type": {
"type": "Number"
}
},
{
"id": 9,
"id": 10,
"name": "shoucangping",
"type": {
"type": "Interface",
@ -5303,14 +5349,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 10,
"id": 11,
"name": "useTujianLvPoint",
"type": {
"type": "Number"
}
},
{
"id": 11,
"id": 12,
"name": "skills",
"type": {
"type": "Interface",
@ -5323,7 +5369,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 12,
"id": 13,
"name": "fightSkills",
"type": {
"type": "Interface",
@ -5336,7 +5382,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 13,
"id": 14,
"name": "heroPos",
"type": {
"type": "Interface",
@ -5349,21 +5395,21 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 14,
"id": 15,
"name": "ghId",
"type": {
"type": "String"
}
},
{
"id": 15,
"id": 16,
"name": "ghName",
"type": {
"type": "String"
}
},
{
"id": 16,
"id": 17,
"name": "ghLevel",
"type": {
"type": "Reference",
@ -5371,7 +5417,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 17,
"id": 18,
"name": "ghwz",
"type": {
"type": "Interface",
@ -5385,7 +5431,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 18,
"id": 19,
"name": "ghExitTime",
"type": {
"type": "Number"
@ -5393,7 +5439,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 19,
"id": 20,
"name": "loginTime",
"type": {
"type": "Number"
@ -5401,7 +5447,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 20,
"id": 21,
"name": "logoutTime",
"type": {
"type": "Number"
@ -5409,7 +5455,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 21,
"id": 22,
"name": "cTime",
"type": {
"type": "Number"
@ -5417,7 +5463,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 22,
"id": 23,
"name": "loginDays",
"type": {
"type": "Number"
@ -5425,7 +5471,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 23,
"id": 24,
"name": "serverName",
"type": {
"type": "String"
@ -5433,7 +5479,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 24,
"id": 25,
"name": "sid",
"type": {
"type": "Number"
@ -5441,7 +5487,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 25,
"id": 26,
"name": "onlineTime",
"type": {
"type": "Number"
@ -5449,7 +5495,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 26,
"id": 27,
"name": "newonlinetime",
"type": {
"type": "Number"
@ -5457,7 +5503,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 27,
"id": 28,
"name": "isNpc",
"type": {
"type": "Boolean"
@ -5465,7 +5511,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 28,
"id": 29,
"name": "matrix",
"type": {
"type": "Interface",
@ -5479,7 +5525,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 29,
"id": 30,
"name": "matrixPos",
"type": {
"type": "Interface",
@ -5499,7 +5545,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 30,
"id": 31,
"name": "selectMatrix",
"type": {
"type": "String"
@ -5507,7 +5553,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 31,
"id": 32,
"name": "fightHeros",
"type": {
"type": "Array",
@ -5518,7 +5564,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 32,
"id": 33,
"name": "helpHeros",
"type": {
"type": "Array",
@ -5595,7 +5641,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 33,
"id": 34,
"name": "changeNameNum",
"type": {
"type": "Number"
@ -5603,7 +5649,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 34,
"id": 35,
"name": "peijianUnlock",
"type": {
"type": "Interface",
@ -5617,7 +5663,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 35,
"id": 36,
"name": "headFrames",
"type": {
"type": "Interface",
@ -5631,7 +5677,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 36,
"id": 37,
"name": "chatFrames",
"type": {
"type": "Interface",
@ -23131,6 +23177,29 @@ export const serviceProto: ServiceProto<ServiceType> = {
},
{
"id": 5,
"name": "upModel",
"type": {
"type": "Interface",
"properties": [
{
"id": 0,
"name": "id",
"type": {
"type": "String"
}
},
{
"id": 1,
"name": "time",
"type": {
"type": "Number"
}
}
]
}
},
{
"id": 6,
"name": "model",
"type": {
"type": "Interface",
@ -23159,14 +23228,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 6,
"id": 7,
"name": "renown",
"type": {
"type": "Number"
}
},
{
"id": 7,
"id": 8,
"name": "wxcLv",
"type": {
"type": "Interface",
@ -23192,14 +23261,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 8,
"id": 9,
"name": "mapId",
"type": {
"type": "Number"
}
},
{
"id": 9,
"id": 10,
"name": "shoucangping",
"type": {
"type": "Interface",
@ -23212,14 +23281,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 10,
"id": 11,
"name": "useTujianLvPoint",
"type": {
"type": "Number"
}
},
{
"id": 11,
"id": 12,
"name": "skills",
"type": {
"type": "Interface",
@ -23232,7 +23301,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 12,
"id": 13,
"name": "fightSkills",
"type": {
"type": "Interface",
@ -23245,7 +23314,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 13,
"id": 14,
"name": "heroPos",
"type": {
"type": "Interface",
@ -23258,21 +23327,21 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 14,
"id": 15,
"name": "ghId",
"type": {
"type": "String"
}
},
{
"id": 15,
"id": 16,
"name": "ghName",
"type": {
"type": "String"
}
},
{
"id": 16,
"id": 17,
"name": "ghLevel",
"type": {
"type": "Reference",
@ -23280,7 +23349,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
}
},
{
"id": 17,
"id": 18,
"name": "ghwz",
"type": {
"type": "Interface",
@ -23294,7 +23363,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 18,
"id": 19,
"name": "ghExitTime",
"type": {
"type": "Number"
@ -23302,7 +23371,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 19,
"id": 20,
"name": "loginTime",
"type": {
"type": "Number"
@ -23310,7 +23379,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 20,
"id": 21,
"name": "logoutTime",
"type": {
"type": "Number"
@ -23318,7 +23387,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 21,
"id": 22,
"name": "cTime",
"type": {
"type": "Number"
@ -23326,7 +23395,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 22,
"id": 23,
"name": "loginDays",
"type": {
"type": "Number"
@ -23334,7 +23403,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 23,
"id": 24,
"name": "serverName",
"type": {
"type": "String"
@ -23342,7 +23411,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 24,
"id": 25,
"name": "sid",
"type": {
"type": "Number"
@ -23350,7 +23419,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 25,
"id": 26,
"name": "onlineTime",
"type": {
"type": "Number"
@ -23358,7 +23427,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 26,
"id": 27,
"name": "newonlinetime",
"type": {
"type": "Number"
@ -23366,7 +23435,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 27,
"id": 28,
"name": "isNpc",
"type": {
"type": "Boolean"
@ -23374,7 +23443,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 28,
"id": 29,
"name": "matrix",
"type": {
"type": "Interface",
@ -23388,7 +23457,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 29,
"id": 30,
"name": "matrixPos",
"type": {
"type": "Interface",
@ -23408,7 +23477,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 30,
"id": 31,
"name": "selectMatrix",
"type": {
"type": "String"
@ -23416,7 +23485,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 31,
"id": 32,
"name": "fightHeros",
"type": {
"type": "Array",
@ -23427,7 +23496,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 32,
"id": 33,
"name": "helpHeros",
"type": {
"type": "Array",
@ -23504,7 +23573,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 33,
"id": 34,
"name": "changeNameNum",
"type": {
"type": "Number"
@ -23512,7 +23581,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 34,
"id": 35,
"name": "peijianUnlock",
"type": {
"type": "Interface",
@ -23526,7 +23595,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 35,
"id": 36,
"name": "headFrames",
"type": {
"type": "Interface",
@ -23540,7 +23609,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
"optional": true
},
{
"id": 36,
"id": 37,
"name": "chatFrames",
"type": {
"type": "Interface",

View File

@ -19,7 +19,7 @@ export type ResLogin = {
/**
*
*/
openDay:number;
openDay: number;
/**当前时间 */
curTime: number;
/**是否第一次登录 */
@ -94,6 +94,13 @@ export type playerAppend = {
};
/**名字 */
name: string;
/**正在使用的造型 */
upModel: {
/**id */
id: string,
/**到期时间戳 -1永久 */
time: number;
};
/**造型 */
model: {
[k: string]: {