getSingleLoginMenus_api.yml 544 字节
name: 登录列表
base_url: ${ENV(base_business_admin)}
verify: False
request:
    headers:
        Content-Type: application/json; charset=UTF-8
        Authorization: Bearer $anonymousLogintoken
        User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36
        X-Requested-With: XMLHttpRequest
    json:
        companyId: 214
    method: POST
    url: /auth/getSingleLoginMenus
extract:
    url: content.data.list.0.url
validate:
-   eq:
    - content.code
    - 0