MCPcopy 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

updateMethod · 0.95
installMethod · 0.95
deleteMethod · 0.95
personMethod · 0.95
updatePersonMethod · 0.95
updatePasswordMethod · 0.95
logoffMethod · 0.95
bindPhoneMethod · 0.95
miniMethod · 0.95
mpMethod · 0.95
wxAppMethod · 0.95
phoneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected