mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
12 lines
236 B
YAML
12 lines
236 B
YAML
variables:
|
|
uid: 9000
|
|
token: XXX
|
|
request:
|
|
url: /api/users/$uid
|
|
method: GET
|
|
headers:
|
|
Content-Type: "application/json"
|
|
device_sn: $device_sn
|
|
token: $token
|
|
validate:
|
|
- eq: ["status_code", 200] |