Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
page
Method · 0.95
info
Method · 0.95
save
Method · 0.95
update
Method · 0.95
delete
Method · 0.95
gexingtuijian
Method · 0.95
list
Method · 0.95
detail
Method · 0.95
add
Method · 0.95
login
Method · 0.95
register
Method · 0.95
logout
Method · 0.95
Calls
1
put
Method · 0.95
Tested by
no test coverage detected