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