summaryrefslogtreecommitdiff
path: root/testdata/json_data.json
blob: ffdd918f2b86ff3607d7f3653ea9eecd71112916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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"
    }
  ]
}