Authorization: ********************{
"id": 0,
"ids": [
0
],
"tenantId": "string",
"childPlatformId": "string",
"childPlatformName": "string",
"companyName": "string",
"status": 0,
"remark": "string"
}curl --location --request POST '/management/child-platform/queryCodeNames' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"ids": [
0
],
"tenantId": "string",
"childPlatformId": "string",
"childPlatformName": "string",
"companyName": "string",
"status": 0,
"remark": "string"
}'{
"code": "",
"msg": "",
"data": [
{
"id": 0,
"code": "",
"name": ""
}
],
"stackTraceMsg": ""
}