mirror of
https://gitee.com/BDWare/router-backend
synced 2025-01-25 01:04:05 +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")) {
|
||||
cr.setAction(args.get("operation").getAsString());
|
||||
cr.setArg(args.get("arg").getAsString());
|
||||
cr.setArg(args.get("arg"));
|
||||
}
|
||||
|
||||
final JsonObject ret = new JsonObject();
|
||||
|
Loading…
Reference in New Issue
Block a user