diff options
| author | zhaokun <[email protected]> | 2023-11-08 13:44:25 +0800 |
|---|---|---|
| committer | zhaokun <[email protected]> | 2023-11-08 13:44:25 +0800 |
| commit | 4e683d5703daf29810097b9961b5ce02420202ea (patch) | |
| tree | 4ad01d46a7417a14a8c8a9045e95d0387cf24388 /testdata/json_data.json | |
| parent | 44ed57c3f0b5f83e2836aadeea34003f08867b08 (diff) | |
updatemain
Diffstat (limited to 'testdata/json_data.json')
| -rw-r--r-- | testdata/json_data.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/testdata/json_data.json b/testdata/json_data.json new file mode 100644 index 00000000..ffdd918f --- /dev/null +++ b/testdata/json_data.json @@ -0,0 +1,31 @@ +{ + "item": + [ + { + "request": + { + "url": "http://192.168.44.72/v1/user/login", + "body": + { + "id":"111", + "username": "zcw", + "password": "Gg1Etyh7fs1y/v/K2XOJDg==" + } + }, + "response":"true" + }, + { + "request": + { + "url": "http://192.168.44.72/v1/user/login", + "body": + { + "id":"222", + "username": "zcw3", + "password": "Gg1Etyh7fs1y/v/K2XOJDg==" + } + }, + "response":"true" + } + ] +}
\ No newline at end of file |
