- -
- name: 青创组织-组织架构-组织树
- request:
- method: post
- url: /api/service-sysmgr/auth/OrgController/getOrgChildrenTree
- json:
- {
- parentOrgId: "12627",
- recursiveOrNot: 1
- }
- headers:
- Token: ${read_yaml(token)}
- "Mi": ${genRat("/api/service-sysmgr/auth/OrgController/getOrgChildrenTree")
- validate:
- - contains: true
|