refactor: post data with body

This commit is contained in:
debugtalk
2021-10-15 21:12:22 +08:00
parent 54531339f8
commit 65712f626a
14 changed files with 27 additions and 34 deletions

View File

@@ -69,7 +69,7 @@
"request": {
"method": "POST",
"url": "/post",
"json": {
"body": {
"foo1": "$varFoo1",
"foo2": "${max($a, $b)}"
}