mirror of
https://gitee.com/BDWare/common
synced 2025-01-25 01:04:16 +00:00
feat: support jsontype in execute contract
This commit is contained in:
parent
42745687ab
commit
7205344a26
@ -9,7 +9,7 @@ public class ContractRequestTest {
|
||||
// req.requester = rsa.toBase64Pubkey();
|
||||
req.contractID = "123";
|
||||
req.action = "main";
|
||||
req.arg = "arg1";
|
||||
req.setArg("arg1");
|
||||
String key =
|
||||
"{\"privateKey\":\"589d94ee5688358a1c5c18430dd9c75097ddddebf769f139da36a807911d20f8\"," +
|
||||
"\"publicKey\":\"04d1924329f72ced148f6f333fb985ccbaa31b1e3aacf10be5f43d4a4ff5a" +
|
||||
|
Loading…
Reference in New Issue
Block a user