fix userpin
This commit is contained in:
parent
d5d5d72bad
commit
000de548c0
@ -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
|
||||
});
|
||||
}
|
@ -15608,13 +15608,6 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
||||
"type": "Literal",
|
||||
"literal": "leichonglibao"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 40,
|
||||
"type": {
|
||||
"type": "Literal",
|
||||
"literal": "yuandan"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user