Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LisenCoding/cangku
/ R
Method
R
boot/src/main/java/com/utils/R.java:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
private
static
final
long serialVersionUID = 1L;
11
12
public
R() {
13
put(
"code"
, 0);
14
}
15
16
public
static
R error() {
17
return
error(500,
"未知异常,请联系管理员"
);
Callers
nothing calls this directly
Calls
1
put
Method · 0.95
Tested by
no test coverage detected