{
"actId": "string"
}
curl --location --request POST '/h5font/xkyl/api/actSourceList' \
--header 'token;' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"actId": "string"
}'
{
"code": 0,
"msg": "string",
"data": [
{
"sourceId": "string",
"sourceName": "string",
"actId": "string"
}
]
}