{
"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/clearMoney' \
--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": {
"platformFee": "",
"tradingArea": 0,
"buyCharge": "",
"buyTransferFee": "",
"buyCommunications": "",
"sellStampDuty": "",
"sellCharge": "",
"sellTransferFee": "",
"sellCommunications": "",
"code": "",
"name": "",
"price": "",
"number": 0,
"makeMoney": "",
"makePrice": "",
"makeProportion": "",
"type": 0,
"buyMoney": "",
"sellMoney": "",
"destMoney": "",
"buyActualMoney": "",
"noSellMoney": "",
"realMoney": "",
"realPrice": "",
"realProportion": "",
"totalBuyCharge": "",
"totalSellCharge": "",
"totalCharge": ""
}
}