mirror of
https://gitee.com/BDWare/router-backend
synced 2025-01-26 09:44:04 +00:00
fix: support arm64/amd64 in push script
deprecated: NodecenterActions support JSON type contract execution.
This commit is contained in:
parent
2ac5c153de
commit
bf14fd6adb
@ -987,7 +987,7 @@ public class NodeCenterActions {
|
|||||||
}
|
}
|
||||||
if (args.has("operation")) {
|
if (args.has("operation")) {
|
||||||
cr.setAction(args.get("operation").getAsString());
|
cr.setAction(args.get("operation").getAsString());
|
||||||
cr.setArg(args.get("arg").getAsString());
|
cr.setArg(args.get("arg"));
|
||||||
}
|
}
|
||||||
|
|
||||||
final JsonObject ret = new JsonObject();
|
final JsonObject ret = new JsonObject();
|
||||||
|
Loading…
Reference in New Issue
Block a user