{
"fromSoftId": 1,
"pageIndex": 1,
"pageSize": 10
}
curl --location --request POST '/myauth/web/getStrategyList' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromSoftId": 1,
"pageIndex": 1,
"pageSize": 10
}'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"records": [
{
"id": 1,
"name": "月卡",
"type": 1,
"value": 2678400,
"sort": 1,
"price": "50",
"fromSoftId": 1,
"status": 1,
"fromSoftName": "MyQQ"
},
{
"id": 3,
"name": "10元充值卡",
"type": 2,
"value": 10,
"sort": 1,
"price": "10",
"fromSoftId": 1,
"status": 1,
"fromSoftName": "MyQQ"
},
{
"id": 2,
"name": "年卡",
"type": 1,
"value": 31536000,
"sort": 2,
"price": "300",
"fromSoftId": 1,
"status": 1,
"fromSoftName": "MyQQ"
},
{
"id": 4,
"name": "100元充值卡",
"type": 2,
"value": 100,
"sort": 2,
"price": "100",
"fromSoftId": 1,
"status": 1,
"fromSoftName": "MyQQ"
}
],
"total": 4,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 1
},
"timestamp": 1647070908755
}