MCPcopy Create free account
hub / github.com/LisenCoding/cangku / error

Method error

boot/src/main/java/com/utils/R.java:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 }
15
16 public static R error() {
17 return error(500, "未知异常,请联系管理员");
18 }
19
20 public static R error(String msg) {
21 return error(500, msg);

Callers 15

pageMethod · 0.95
infoMethod · 0.95
saveMethod · 0.95
detailMethod · 0.95
addMethod · 0.95
loginMethod · 0.95
registerMethod · 0.95
updatePasswordMethod · 0.95
resetPassMethod · 0.95
saveMethod · 0.95
deleteMethod · 0.95
pageMethod · 0.95

Calls 1

putMethod · 0.95

Tested by

no test coverage detected