修改提示

This commit is contained in:
yulixing 2019-05-31 15:28:37 +08:00
parent a97c230003
commit fca424a460

View File

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