晒单历史

4· 晒单历史
请求方式: GET
URL:https://{path}/dryingSheet/getHistoryDryingSheet?userId=101
入参:
{
"userId": String 用户ID 必填
}
出参:
{
"code": "000000",
"message": "SUCCESS",
"time": "2021-12-17T03:19:55.485+0000",
"body": [{
"wechatTouxiang": "https:xxx.jpg",
"nickname": "橘子汽水",
"qishu": 2021121712,
"winnerCode": "7885944",
"dryingPicList": ["https:xxx.jpg","https:xxx.jpg"],
"des": "中奖感言"
}, {
"wechatTouxiang": "https:xxx.jpg",
"nickname": "橘子汽水",
"qishu": "2021121712",
"winnerCode": "7885944",
"dryingPicList": ["https:xxx.jpg","https:xxx.jpg"],
"des": "中奖感言"
}]
}