curl --location --request POST 'popularize/lists' \
--header 'token: {{token}}' \
--form 'limit=""' \
--form 'page=""'{
"code": 1,
"msg": "获取成功",
"time": "1756808103",
"data": {
"list": [
{
"id": 5,
"superior_id": 12178104,
"user_id": 12178104,
"createtime": 1756779968,
"updatetime": null,
"discount_price": 57,
"type": null
},
{
"id": 6,
"superior_id": 12178104,
"user_id": 12178104,
"createtime": 1756779970,
"updatetime": null,
"discount_price": 45,
"type": null
}
],
"total_discount": 102
}
}