mirror of
https://gitee.com/BDWare/common
synced 2025-01-26 01:34:14 +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);
|
// action = rsaPrivKeyEncoded(aesKey);
|
||||||
String action;
|
String action;
|
||||||
// arg = aesKeyEncoded({action,arg});
|
// arg = aesKeyEncoded({action,arg});
|
||||||
|
//TODO
|
||||||
|
//这个arg不对,表面是个jsonElement,实际是个字符串
|
||||||
|
//用法:
|
||||||
JsonElement arg;
|
JsonElement arg;
|
||||||
String requestID;
|
String requestID;
|
||||||
boolean fromDebug = false;
|
boolean fromDebug = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user