本文档为大众产品接口文档 如需不明确请及时联系客服处理!
{
"order_id": 0,
"sources": [
{
"content": "string",
"port": 1,
"weight": 1
}
]
}curl --location --request POST 'http://prod-cn.your-api-server.com/api/v1/client/stream' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id": 0,
"sources": [
{
"content": "string",
"port": 1,
"weight": 1
}
]
}'{
"code": 0,
"data": {
"order_id": 0,
"sources": [
{
"content": "string",
"port": 1,
"weight": 1
}
]
},
"message": "string"
}