GET api/SysAdmin/TssSystemcompany
“TssSystemcompany”的文档。
Response Information
Response body formats
application/json, text/json
Sample:
{
"systemName": "sample string 1",
"systemCompanyName": "sample string 2",
"headlogo": "sample string 3",
"headhtml": "sample string 4",
"status": "sample string 5",
"id": 6
}
application/xml, text/xml
Sample:
<TssSystemCompanyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models.Admin"> <headhtml>sample string 4</headhtml> <headlogo>sample string 3</headlogo> <id>6</id> <status>sample string 5</status> <systemCompanyName>sample string 2</systemCompanyName> <systemName>sample string 1</systemName> </TssSystemCompanyModel>