数据库第二次大作业boostore
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

101 lines
2.8 KiB

<!DOCTYPE html>
<html id="htmlId">
<head>
<title>Coverage Report > Constants</title>
<style type="text/css">
@import "../../css/coverage.css";
@import "../../css/idea.min.css";
</style>
<script type="text/javascript" src="../../js/highlight.min.js"></script>
<script type="text/javascript" src="../../js/highlightjs-line-numbers.min.js"></script>
</head>
<body>
<div class="content">
<div class="breadCrumbs">
Current scope: <a href="../../index.html">all classes</a>
<span class="separator">|</span>
<a href="../index.html">cn.edu.ecnu.stu.bookstore.component</a>
</div>
<h1>Coverage Summary for Class: Constants (cn.edu.ecnu.stu.bookstore.component)</h1>
<table class="coverageStats">
<tr>
<th class="name">Class</th>
</tr>
<tr>
<td class="name">Constants</td>
</tr>
</table>
<br/>
<br/>
<pre>
<code class="sourceCode" id="sourceCode">&nbsp;package cn.edu.ecnu.stu.bookstore.component;
&nbsp;
&nbsp;public interface Constants {
&nbsp;
&nbsp; String SYSTEM_ERROR = &quot;500&quot;;
&nbsp; String CLIENT_ERROR = &quot;400&quot;;
&nbsp; String SUCCESS = &quot;200&quot;;
&nbsp; String AUTHENTICATION_ERROR = &quot;401&quot;;
&nbsp; String UNAUTHORIZED_ERROR = &quot;403&quot;;
&nbsp;
&nbsp; String REGISTER_ERROR_MESSAGE = &quot;用户名已存在&quot;;
&nbsp; String PARAMETER_ERROR_MESSAGE = &quot;参数非法&quot;;
&nbsp; String SUCCESS_MESSAGE = &quot;ok&quot;;
&nbsp; String AUTHENTICATION_ERROR_MESSAGE = &quot;用户未认证或token过期,请先登录&quot;;
&nbsp; String PASSWORD_ERROR = &quot;用户名不存在或密码错误&quot;;
&nbsp; String USER_ID_ERROR = &quot;用户名不存在&quot;;
&nbsp; String AUTHORITY_ERROR = &quot;用户权限不足&quot;;
&nbsp; String STORE_NON_EXIST_ERROR = &quot;商铺不存在&quot;;
&nbsp; String PICTURE_ERROR = &quot;图片解码失败&quot;;
&nbsp; String BOOK_ERROR = &quot;商铺不存在或书籍不存在&quot;;
&nbsp; String STOCK_LEVEL_ERROR = &quot;库存不足&quot;;
&nbsp;
&nbsp; String STORE_ID_ERROR = &quot;商铺ID已存在&quot;;
&nbsp;
&nbsp; String ORDER_IS_NULL_ERROR = &quot;订单不能为空&quot;;
&nbsp;
&nbsp; String BALANCE_ERROR = &quot;余额不足&quot;;
&nbsp;
&nbsp; String URL_PREFIX = &quot;http://127.0.0.1:8080&quot;;
&nbsp; String ORDER_NON_EXIST_ERROR = &quot;订单不存在&quot;;
&nbsp; String ORDER_HAS_PAID_ERROR = &quot;订单已支付&quot;;
&nbsp;
&nbsp; String STATUS_ERROR = &quot;订单状态错误&quot;;
&nbsp;}
</code>
</pre>
</div>
<script type="text/javascript">
(function() {
var msie = false, msie9 = false;
/*@cc_on
msie = true;
@if (@_jscript_version >= 9)
msie9 = true;
@end
@*/
if (!msie || msie && msie9) {
hljs.highlightAll()
hljs.initLineNumbersOnLoad();
}
})();
</script>
<div class="footer">
<div style="float:right;">generated on 2023-12-12 14:34</div>
</div>
</body>
</html>