{}
curl --location --request POST '/api/Home/GetCompanyBaseInfoList?current&pageSize&fromtype' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"errcode": "string",
"errmsg": "string",
"result": {
"data": [
{
"otherset": "string",
"key": 0,
"AppID": "string",
"SecretID": "string",
"SecretKey": "string"
}
]
}
}