Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cool-team-official/cool-admin-java
/ ok
Method
ok
src/main/java/com/cool/core/request/R.java:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
public
static
R ok() {
58
return
new
R();
59
}
60
61
public
static
<B> R<B> ok(B data) {
62
return
new
R<B>(1000 ,
"success"
, data);
Callers
15
update
Method · 0.95
install
Method · 0.95
delete
Method · 0.95
person
Method · 0.95
updatePerson
Method · 0.95
updatePassword
Method · 0.95
logoff
Method · 0.95
bindPhone
Method · 0.95
mini
Method · 0.95
mp
Method · 0.95
wxApp
Method · 0.95
phone
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected