12345678910111213141516 |
- -
- name: 大学生社会实践-我参与的
- request:
- method: post
- url: /api/service-student-practice/auth/SpcAppProjectController/findMyJoindList
- json:
- pageNo: 1
- pageSize: 10
- query: {
- }
- headers:
- Token: ${read_yaml(token)}
- "Mi": ${genRat("/api/service-student-practice/auth/SpcAppProjectController/findMyJoindList", 10231)}
- validate:
- - contains: true
|