name: 角色菜单 base_url: ${ENV(BURL)} request: url: /recycle-service/admin/position/add method: POST headers: Content-Type: "application/json" X-APP-ID: "470236309865238555" Authorization: ${ENV(LDAPTOKEN)} json: menuIdList: ["1"] name: "test" validate: - eq: ["status_code", 200]