1234567891011121314 |
- -
- name: 个人中心-我的实践项目-我管理的
- request:
- method: post
- url: /api/service-student-practice/auth/SpcAppMyPracticeController/findMyManagedList
- json:
- pageNo : 1
- pageSize : 10
- query: { }
- headers:
- Token: ${read_yaml(token)}
- "Mi": ${genRat("/api/service-student-practice/auth/SpcAppMyPracticeController/findMyManagedList", 10231)}
- validate:
- - contains: true
|