mirror of
https://gitee.com/BDWare/common
synced 2025-01-25 01:04:16 +00:00
fix setGlobal
This commit is contained in:
parent
9856f08003
commit
2d6c0e4874
@ -24,6 +24,9 @@ public class ContractRequest extends SM2Verifiable
|
||||
// action = rsaPrivKeyEncoded(aesKey);
|
||||
String action;
|
||||
// arg = aesKeyEncoded({action,arg});
|
||||
//TODO
|
||||
//这个arg不对,表面是个jsonElement,实际是个字符串
|
||||
//用法:
|
||||
JsonElement arg;
|
||||
String requestID;
|
||||
boolean fromDebug = false;
|
||||
|
Loading…
Reference in New Issue
Block a user