POST Smile/IsIndex

设置微笑首页显示

Request Information

URI Parameters

None.

Body Parameters

SmileDeletePars
NameDescriptionTypeAdditional information
id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "code": "200",
  "data": {
    "id": 1
  },
  "msg": null
}

application/xml, text/xml

Sample:
<SmileDeletePars xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HL.Basis.Web.Models.Parameter">
  <id>1</id>
</SmileDeletePars>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

设置微笑首页显示

boolean

Response Formats

application/json, text/json

Sample:
{
  "code": "200",
  "data": true,
  "msg": null
}

application/xml, text/xml

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