- -
- name: 个人中心-我的下载-文件
- request:
- method: post
- url: /api/service-app-second/auth/appDownloadRecordController/queryFileList
- json:
- pageNo : 1
- pageSize : 10
- query : {
- name : ""
- }
- headers:
- Token: ${read_yaml(token)}
- "Mi": ${genRat("/api/service-app-second/auth/appDownloadRecordController/queryFileList")}
- validate:
- - contains: true
|