POST api/app/feedback

发表意见反馈(6001

Request Information

Parameters

NameDescriptionAdditional information
content

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Content": "sample string 1",
  "Phone": "sample string 2",
  "OsVersion": "sample string 3",
  "OsType": 0,
  "DrviceName": "sample string 4",
  "FeedbackType": 0,
  "AppVersion": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}