ios:审核服判断逻辑
This commit is contained in:
@@ -78,6 +78,14 @@ export default class GameController extends Controller {
|
||||
return
|
||||
}
|
||||
|
||||
public async switchServerReview() {
|
||||
const { ctx } = this;
|
||||
const { id, isReview } = ctx.request.body;
|
||||
|
||||
ctx.body = await ctx.service.game.switchServerReview(id, isReview);
|
||||
return
|
||||
}
|
||||
|
||||
public async getOrderlist() {
|
||||
const { ctx } = this;
|
||||
const { page, pageSize, sortField, sortOrder, form } = ctx.request.body;
|
||||
|
||||
Reference in New Issue
Block a user