POST api/UserInfoV770/PostFeedBack

提交反馈

Request Information

URI Parameters

None.

Body Parameters

ZaiMieApp.WebApi.ViewModel.FeedBack
NameDescriptionTypeAdditional information
userinfoId

integer

None.

content

string

None.

newspapergroupId

integer

None.

dataType

数据类型 0 反馈 1 举报

integer

None.

sign

string

None.

stamp

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userinfoId": 1,
  "content": "sample string 2",
  "newspapergroupId": 3,
  "dataType": 4,
  "sign": "sample string 5",
  "stamp": "sample string 6"
}

application/xml, text/xml

Sample:
<FeedBack xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZaiMieApp.WebApi.ViewModel">
  <sign>sample string 5</sign>
  <stamp>sample string 6</stamp>
  <content>sample string 2</content>
  <dataType>4</dataType>
  <newspapergroupId>3</newspapergroupId>
  <userinfoId>1</userinfoId>
</FeedBack>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ZaiMieApp.WebApi.ViewModel.ResultMsg
NameDescriptionTypeAdditional information
success

boolean

None.

code

integer

None.

addcoin

赠送的金币

integer

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "code": 2,
  "addcoin": 3,
  "message": "sample string 4"
}

application/xml, text/xml

Sample:
<ResultMsg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZaiMieApp.WebApi.ViewModel">
  <addcoin>3</addcoin>
  <code>2</code>
  <message>sample string 4</message>
  <success>true</success>
</ResultMsg>