Merge branch 'master' of gitlab.trgame.cn:zyztech/zyz_server into feature/normalBattle

Conflicts:
	game-server/startGameServer.sh
	web-server/package.json
This commit is contained in:
luying
2020-09-14 10:55:46 +08:00
40 changed files with 145 additions and 875 deletions

View File

@@ -1,6 +1,6 @@
import { SERVER_NOT_FOUND } from './../../../shared/statusCode';
import { STATUS_SUC } from '../../../shared/statusCode';
import { GameModel } from '../db/Game';
import { SERVER_NOT_FOUND } from '@consts/statusCode';
import { STATUS_SUC } from '@consts/statusCode';
import { GameModel } from '@db/Game';
import { Controller } from 'egg';
export default class GameController extends Controller {