修改提示

This commit is contained in:
yulixing 2019-05-31 15:26:29 +08:00
parent 9ed073ff6c
commit a97c230003

View File

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