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