curl --location --request GET 'https://test-api.yunjishop.cn/member/app/activity/2024/new/lottery/list'
{
"code": 0,
"msg": "",
"trace": "",
"data": {
"persons": 0,
"inviteUrl": "",
"lotterys": [
{
"status": 0,
"type": 0,
"quantity": "",
"condition": 0,
"doneText": ""
}
],
"activityWithdrawDataVo": {
"userId": 0,
"withdrawableFee": 0.0,
"withdrawableFeePigCoin": 0.0,
"withdrawableFeeRmb": 0.0,
"hasBingZFB": 0,
"minWithdrawRmb": 0.0
}
}
}