连接:enter添加roleid返回
This commit is contained in:
@@ -85,7 +85,7 @@ export class EntryHandler {
|
||||
let todayZeroPoint = getZeroPoint();
|
||||
|
||||
console.log('****** entry after', Date.now());
|
||||
return resResult(STATUS.SUCCESS, { todayZeroPoint });
|
||||
return resResult(STATUS.SUCCESS, { roleId: role.roleId, todayZeroPoint });
|
||||
}
|
||||
|
||||
async getData(msg: { }, session: FrontendSession) {
|
||||
|
||||
Reference in New Issue
Block a user