fix setGlobal

This commit is contained in:
Hongwei Zhang 2022-03-16 14:38:04 +08:00
parent 9856f08003
commit 2d6c0e4874

View File

@ -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;