POST api/SysAdmin/EditPlatformInfo

“EditPlatformInfo”的文档。

Request Information

Parameters

NameDescriptionAdditional information
model
“model”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "AppId": "sample string 3",
  "Secret": "sample string 4",
  "PartnerId": "sample string 5",
  "Keys": "sample string 6",
  "AppPubId": "sample string 7",
  "SecPub": "sample string 8",
  "Status": 9,
  "Remark": "sample string 10",
  "EName": "sample string 11",
  "ZSAddress": "sample string 12"
}

application/xml, text/xml

Sample:
<PlatformInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models.Admin">
  <AppId>sample string 3</AppId>
  <AppPubId>sample string 7</AppPubId>
  <EName>sample string 11</EName>
  <Id>1</Id>
  <Keys>sample string 6</Keys>
  <Name>sample string 2</Name>
  <PartnerId>sample string 5</PartnerId>
  <Remark>sample string 10</Remark>
  <SecPub>sample string 8</SecPub>
  <Secret>sample string 4</Secret>
  <Status>9</Status>
  <ZSAddress>sample string 12</ZSAddress>
</PlatformInfoModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>