POST api/New/GetMemberCommentList

用户评论列表

Request Information

URI Parameters

None.

Body Parameters

MemberCommentListInfo
NameDescriptionTypeAdditional information
CommentId

资讯或回答ID

integer

None.

CommentType

评论类型 1 资讯类 2专家回答类

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CommentId": 1,
  "CommentType": 2
}

application/xml, text/xml

Sample:
<NewController.MemberCommentListInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeiXin.WebAPI.Controllers">
  <CommentId>1</CommentId>
  <CommentType>2</CommentType>
</NewController.MemberCommentListInfo>

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 'MemberCommentListInfo'.

Response Information

Resource Description

用户评论列表

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.