mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-06 00:09:37 +08:00
docs: update
This commit is contained in:
11
docs/examples/demo-klook/api/get_area_groups_api.yml
Normal file
11
docs/examples/demo-klook/api/get_area_groups_api.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: get_groups
|
||||
base_url: http://localhost:8085
|
||||
request:
|
||||
url: /v1/transferairportadminsrv/area/getGroups
|
||||
method: POST
|
||||
headers:
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
Accept-language: zh_CN
|
||||
cookie: $admin_cookie
|
||||
data:
|
||||
parentAreaId: 7037 # 广东省
|
||||
Reference in New Issue
Block a user