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