12345678910111213141516171819 |
- -
- name: 个人中心-我的关注导师-列表
- request:
- method: post
- url: /api/service-app-second/auth/vc_tutor_main/listTutorFollowApp
- json:
- pageNo: 1
- pageSize: 10
- query: {
- name: "",
- pageNo: 1
- }
- headers:
- Token: ${read_yaml(token)}
- "Mi": ${genRat("/api/service-app-second/auth/vc_tutor_main/listTutorFollowApp")}
- extract:
- wdgzdsid: $.data.result[0].id
- validate:
- - contains: true
|