{
"code": "string",
"price": 0,
"number": 0,
"platformFee": 0,
"makeMoney": 0,
"makePrice": 0,
"makeProportion": 0,
"type": 0,
"secPrice": 0,
"secNumber": 0
}
curl --location --request POST 'https://www.yueshushu.top/StockApi/money/reduceMoney' \
--header 'Authorization: yjlNB' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"price": 0,
"number": 0,
"platformFee": 0,
"makeMoney": 0,
"makePrice": 0,
"makeProportion": 0,
"type": 0,
"secPrice": 0,
"secNumber": 0
}'
{
"code": 0,
"success": false,
"message": "",
"timestamp": 0,
"traceId": "",
"timestampStr": "",
"exceptionMessage": "",
"customInfo": "",
"data": {
"code": "",
"name": "",
"calcBuyMoneyVoList": [
{
"buyCharge": "",
"buyTransferFee": "",
"buyCommunications": "",
"totalBuyCharge": "",
"price": "",
"number": 0,
"dealMoney": "",
"buyMoney": ""
}
],
"calcSellMoneyVoList": [
{
"sellStampDuty": "",
"sellCharge": "",
"sellTransferFee": "",
"sellCommunications": "",
"price": "",
"number": 0,
"sellMoney": "",
"totalSellCharge": ""
}
],
"totalBuyCharge": "",
"totalSellCharge": "",
"totalCharge": "",
"totalNum": 0,
"totalMoney": "",
"avgPrice": "",
"nowOperationPrice": ""
}
}