Compare commits

...

2 Commits

Author SHA1 Message Date
dy
94cf1f9c4f Merge branch 'bugfix' into dev 2023-12-29 16:26:22 +08:00
dy
000de548c0 fix userpin 2023-12-29 16:26:10 +08:00
2 changed files with 3 additions and 9 deletions

View File

@ -21,8 +21,9 @@ export default async function (call: ApiCall<ReqPing, ResPing>) {
openDay: PublicShared.getOpenServerDay() openDay: PublicShared.getOpenServerDay()
}); });
let gud = call.conn?.gud
G.server.sendMsgByUid(call.uid, 'msg_s2c/PlayerChange', { G.server.sendMsgByUid(call.uid, 'msg_s2c/PlayerChange', {
jinbi: call.conn.gud.jinbi, jinbi: gud?.jinbi,
rmbmoney: call.conn.gud.rmbmoney rmbmoney: gud?.rmbmoney
}); });
} }

View File

@ -15608,13 +15608,6 @@ export const serviceProto: ServiceProto<ServiceType> = {
"type": "Literal", "type": "Literal",
"literal": "leichonglibao" "literal": "leichonglibao"
} }
},
{
"id": 40,
"type": {
"type": "Literal",
"literal": "yuandan"
}
} }
] ]
}, },