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

Method ok

boot/src/main/java/com/utils/R.java:31–35  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

29 }
30
31 public static R ok(String msg) {
32 R r = new R();
33 r.put("msg", msg);
34 return r;
35 }
36
37 public static R ok(Map<String, Object> map) {
38 R r = new R();

Callers 15

pageMethod · 0.95
infoMethod · 0.95
saveMethod · 0.95
updateMethod · 0.95
deleteMethod · 0.95
gexingtuijianMethod · 0.95
listMethod · 0.95
detailMethod · 0.95
addMethod · 0.95
loginMethod · 0.95
registerMethod · 0.95
logoutMethod · 0.95

Calls 1

putMethod · 0.95

Tested by

no test coverage detected