fix userpin

This commit is contained in:
dy 2023-12-29 16:26:10 +08:00
parent d5d5d72bad
commit 000de548c0
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()
});
let gud = call.conn?.gud
G.server.sendMsgByUid(call.uid, 'msg_s2c/PlayerChange', {
jinbi: call.conn.gud.jinbi,
rmbmoney: call.conn.gud.rmbmoney
jinbi: gud?.jinbi,
rmbmoney: gud?.rmbmoney
});
}

View File

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