{
"time": "string",
"unit": "string",
"plugId": 0,
"sourceType": 1,
"payMoney": 0,
"payType": 0,
"paymentMethod": 0,
"chargeType": 0,
"type": 0,
"startType": 0,
"uid": 0,
"token": "string"
}curl --location --request POST '/toc/charge/publicPlatform/start' \
--header 'Content-Type: application/json' \
--data-raw '{
"time": "string",
"unit": "string",
"plugId": 0,
"sourceType": 1,
"payMoney": 0,
"payType": 0,
"paymentMethod": 0,
"chargeType": 0,
"type": 0,
"startType": 0,
"uid": 0,
"token": "string"
}'{
"code": 0,
"msg": "",
"time": 0,
"data": {
"startTime": 0,
"rid": 0,
"plugId": 0,
"orderNum": ""
}
}