POST API/File/AppFeedback

意见反馈 输入参数:Content:内容,AppSystem:android/ios,AppSystemVersion:"App所在系统的版本信息",AppType:业主App,物业App,商家App,AppVersion: App版本号

Request Information

Parameters

NameDescriptionAdditional information
appFeedback

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Content": "sample string 1",
  "AppVersion": "sample string 2",
  "AppSystem": "sample string 3",
  "AppSystemVersion": "sample string 4",
  "AppType": "sample string 5",
  "UserId": "sample string 6",
  "UserName": "sample string 7"
}

application/xml, text/xml

Sample:
<AppFeedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS.R.API4._0.Models">
  <AppSystem>sample string 3</AppSystem>
  <AppSystemVersion>sample string 4</AppSystemVersion>
  <AppType>sample string 5</AppType>
  <AppVersion>sample string 2</AppVersion>
  <Content>sample string 1</Content>
  <UserId>sample string 6</UserId>
  <UserName>sample string 7</UserName>
</AppFeedback>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AppFeedback'.