作者 dengyuting

fix bug

... ... @@ -65,3 +65,14 @@ teststeps:
- equals:
- content.data.isSenior
- 2
- name: 编辑用户,改为非高管
variables:
id: $adminid
isSenior: 1
api: api/m_api/admin/m_admin_update_api.yml
validate:
- equals:
- content.code
- 0
\ No newline at end of file
... ...