Commit 74862b8b authored by licc's avatar licc

更新下载包优化

parent 4d95b5c8
......@@ -95,7 +95,7 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, AccountInfo>
if (!tradeRecord.getTradeNo().equals(version)) {
return R.ok(DOWNLOAD_URL);
}
return R.error("当前已是最新版本!");
return R.error(1, "当前已是最新版本!");
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment