{
"orderId": "1"
}
curl --location --request POST '/xkyl/web/source/list' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "1"
}'
{
"msg": "string",
"code": 0,
"data": {
"records": [
{
"id": "string",
"sourceId": "string",
"sourceName": "string",
"sourceStatus": "string",
"agentId": "string",
"agentName": "string",
"creator": "string",
"createTime": "string",
"modifier": "string",
"updateTime": null
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
"string"
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": null,
"countId": null,
"pages": 0
},
"time": 0
}