我的助力-获取 完成

#### 请求URL: -/game/useraidcard/page #### 请求方式: - POST #### 请求头: |参数名|是否必须|类型|默认值|说明| |:------- |:---|:----- |:---|----- | |Content-Type |是 |string|| application/json| #### 请求body示例: ``` { "pageIndex": 1,//页码数 "pageSize": 20,//每页数量 "time": 1,//1: 1个月 3: 3个月,6: 6个月 12: 12个月 } ``` #### 返回示例: ``` { "code": 200, "result": { "content": [ { "id": "a7eb0cc39bce478ca89323e664efb4e9", "imageSrc": "/images/pus/aaaaa.png", "title": "金牛座测试心愿", "num": 1,//获取数量 } ], "total": 5 }, "message": "" } ```