GET api/SysAdmin/GetSystembyTss
“GetSystembyTss”的文档。
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
},
{
"systemName": "sample string 1",
"systemCompanyName": "sample string 2",
"headlogo": "sample string 3",
"headhtml": "sample string 4",
"status": "sample string 5",
"id": 6
},
{
"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:
<ArrayOfTssSystemCompanyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models.Admin">
<TssSystemCompanyModel>
<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>
<TssSystemCompanyModel>
<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>
<TssSystemCompanyModel>
<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>
</ArrayOfTssSystemCompanyModel>