{
"id": 1
}
curl --location --request POST '/myauth/web/getStrategy' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1
}'
{
"code": 200,
"success": true,
"msg": "查询成功",
"sign": "",
"result": {
"id": 1,
"name": "月卡",
"type": 1,
"value": 2678400,
"sort": 1,
"price": "50",
"fromSoftId": 1,
"status": 1,
"fromSoftName": null
},
"timestamp": 1647071960193
}