我的助力-已使用详情 完成
#### 请求URL:
-/game/useraidcard/used/detail
#### 请求方式:
- POST
#### 请求头:
|参数名|是否必须|类型|默认值|说明|
|:------- |:---|:----- |:---|----- |
|Content-Type |是 |string|| application/json|
#### 请求body示例:
```
{
"id": "aaawsdfadsf",//已使用列表ID
}
```
#### 返回示例:
```
{
"code": 200,
"result": {
"id": "a7eb0cc39bce478ca89323e664efb4e9",
"imageSrc": "/images/pus/aaaaa.png",
"title": "金牛座测试心愿",
"num": 3, //助力卡/次数数量
"aidTime": [ //每次助力时间
{
"createTime": "2021-10-29 05:48:14"
}
],
},
"message": ""
}
```