12345678910111213141516 |
- -
- name: 我的青创赛事-赛事列表
- request:
- method: post
- url: /api/service-match/auth/MthMatchInfoAppController/myMatchList
- json:
- pageNo : 1
- pageSize : 10
- query: {
- qcFlag: 1
- }
- headers:
- Token: ${read_yaml(token)}
- "Mi": ${genRat("/api/service-match/auth/MthMatchInfoAppController/myMatchList", 10231)}
- validate:
- - contains: true
|