mirror of
https://gitee.com/BDWare/cm
synced 2026-01-28 20:09:26 +00:00
feat: support @RouteInfo byFunc
This commit is contained in:
@@ -379,6 +379,10 @@ public class ContractClient {
|
||||
return get.syncGet("", "getIdentifier", " ");
|
||||
}
|
||||
|
||||
public String executeMethod(String pkgName, String method, String arg) {
|
||||
return get.syncGet(pkgName, method, arg);
|
||||
}
|
||||
|
||||
public void setIdentifier(String alias) {
|
||||
get.asyncGet("", "setIdentifier", alias, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user