🐞 fix(37需求): 推送设置接口返回修改
This commit is contained in:
@@ -510,7 +510,7 @@ export class RoleHandler {
|
||||
let role = await RoleModel.setPushMsgOpen(roleId, isClosePush);
|
||||
if(!role) return resResult(STATUS.ROLE_NOT_FOUND);
|
||||
return resResult(STATUS.SUCCESS, {
|
||||
isClosePushPush: role.isClosePush
|
||||
isClosePush: role.isClosePush
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user