Compare commits

..

No commits in common. "94cf1f9c4fc62e8ace12c2c4f4c6e0c724570d79" and "be8691ce6dcbd7343accd700abd6a0d0012ec6ee" have entirely different histories.

2 changed files with 9 additions and 3 deletions

View File

@ -21,9 +21,8 @@ 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: gud?.jinbi,
rmbmoney: gud?.rmbmoney
jinbi: call.conn.gud.jinbi,
rmbmoney: call.conn.gud.rmbmoney
});
}

View File

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