diff --git a/src/controllers/games/games.js b/src/controllers/games/games.js index d2ea7d0..0f71ad2 100644 --- a/src/controllers/games/games.js +++ b/src/controllers/games/games.js @@ -275,8 +275,8 @@ router.post('/create-ftp', async (req, res, next) => { }); if (!search) { res.send({ - errcode: 1, - errmsg: '游戏已删除或不存在!' + errcode: 0, + msg: '正在创建ftp账号,请等待一段时间后刷新页面!' }); return; }