fix 接口名
This commit is contained in:
@@ -73,7 +73,7 @@ export class PvpHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 获取对手阵容具体信息
|
// 获取对手阵容具体信息
|
||||||
async getOppoPlayer (msg: { roleId: string }, session: BackendSession) {
|
async getOppPlayer (msg: { roleId: string }, session: BackendSession) {
|
||||||
let roleId = session.get('roleId');
|
let roleId = session.get('roleId');
|
||||||
|
|
||||||
let oppoRoleId = msg.roleId;
|
let oppoRoleId = msg.roleId;
|
||||||
|
|||||||
Reference in New Issue
Block a user