From a97c23000362b6db71c37b372010a2a548edfc6b Mon Sep 17 00:00:00 2001 From: yulixing Date: Fri, 31 May 2019 15:26:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/games/games.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }