curl --location 'https://saas-open.vhall.com/v3/vss/api/mall-reward/list' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'webinar_id=287793338' \
--data-urlencode 'type=0' \
--data-urlencode 'pos=0' \
--data-urlencode 'limit=10' \
--data-urlencode 'app_key=' \
--data-urlencode 'sign={{sign}}' \
--data-urlencode 'signed_at={% mock 'timestamp' , 's' %}' \
--data-urlencode 'sign_type=0'{
"msg": "操作成功!",
"code": 200,
"data": {
"total": 2,
"list": [
{
"id": 1038,
"type": 0,
"title": "商城奖励-测试C",
"viewing_minutes": 0,
"award_info_desc": "20260313-优惠券",
"quantity": 2,
"claim_count": 0,
"push_mode": 0,
"status": 0,
"updated_at": "2026-03-24 11:42:59",
"claim_condition_desc": "无条件"
},
{
"id": 1037,
"type": 0,
"title": " 商城奖励-测试B",
"viewing_minutes": 15,
"award_info_desc": "20积分卡",
"quantity": 1,
"claim_count": 0,
"push_mode": 1,
"status": 0,
"updated_at": "2026-03-24 11:09:47",
"claim_condition_desc": "观看15分钟"
}
]
},
"request_id": "276b250e19dd4efc8f337d57bac95f26.684.17743287622694233"
}