后台:更新开服邮件

This commit is contained in:
luying
2021-12-07 10:34:52 +08:00
parent d33eb67429
commit 103314a8bf
18 changed files with 5902 additions and 218 deletions

View File

@@ -80,9 +80,8 @@ export default class GameController extends Controller {
public async getnotice() {
const { ctx } = this;
let { serverType } = ctx.request.body;
let notice = await NoticeModel.getAllNotice(serverType);
let notice = await NoticeModel.getAllNotice();
let result = notice.map(cur => {
let { id, title, tag, type, content, time } = cur;
return {