Commit 4d95b5c8 authored by licc's avatar licc

更新下载包优化

parent 6d86b1d9
......@@ -95,7 +95,7 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, AccountInfo>
if (!tradeRecord.getTradeNo().equals(version)) {
return R.ok(DOWNLOAD_URL);
}
return R.ok("当前已是最新版本!");
return R.error("当前已是最新版本!");
}
/**
......
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