feat: add gcm semantic to b2p and p2b
This commit is contained in:
parent
28a8753d55
commit
8db0bbaa63
9 changed files with 299 additions and 206 deletions
|
|
@ -27,7 +27,7 @@ pub fn task_deploy(testcase: &Testcase) -> Result<Value> {
|
|||
|
||||
match testcase.action.as_str() {
|
||||
"poly2block" => {
|
||||
let result = poly2block(args);
|
||||
let result = BASE64_STANDARD.encode(poly2block(args)?);
|
||||
let json = json!({"block" : result});
|
||||
Ok(json)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue