POST api/DataExport/GetCommentList
“GetCommentList”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| attr | “attr”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"batch": "sample string 1",
"token": "sample string 2"
}
application/xml, text/xml
Sample:
<CommercePostAttr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models.HCR"> <batch>sample string 1</batch> <token>sample string 2</token> </CommercePostAttr>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"DataCommentList": [
{
"platform": "sample string 1",
"platformUrl": "sample string 2",
"brand": "sample string 3",
"shopName": "sample string 4",
"shopUrl": "sample string 5",
"userName": "sample string 6",
"userScore": "sample string 7",
"content": "sample string 8",
"commentTime": "sample string 9",
"tag1": "sample string 10",
"tag2": "sample string 11",
"tag3": "sample string 12",
"tag4": "sample string 13"
},
{
"platform": "sample string 1",
"platformUrl": "sample string 2",
"brand": "sample string 3",
"shopName": "sample string 4",
"shopUrl": "sample string 5",
"userName": "sample string 6",
"userScore": "sample string 7",
"content": "sample string 8",
"commentTime": "sample string 9",
"tag1": "sample string 10",
"tag2": "sample string 11",
"tag3": "sample string 12",
"tag4": "sample string 13"
},
{
"platform": "sample string 1",
"platformUrl": "sample string 2",
"brand": "sample string 3",
"shopName": "sample string 4",
"shopUrl": "sample string 5",
"userName": "sample string 6",
"userScore": "sample string 7",
"content": "sample string 8",
"commentTime": "sample string 9",
"tag1": "sample string 10",
"tag2": "sample string 11",
"tag3": "sample string 12",
"tag4": "sample string 13"
}
],
"batch": "sample string 1",
"createTime": "sample string 2",
"msg": "sample string 3"
}
application/xml, text/xml
Sample:
<DataCommentListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models.HCR">
<DataCommentList>
<DataCommentModel>
<brand>sample string 3</brand>
<commentTime>sample string 9</commentTime>
<content>sample string 8</content>
<platform>sample string 1</platform>
<platformUrl>sample string 2</platformUrl>
<shopName>sample string 4</shopName>
<shopUrl>sample string 5</shopUrl>
<tag1>sample string 10</tag1>
<tag2>sample string 11</tag2>
<tag3>sample string 12</tag3>
<tag4>sample string 13</tag4>
<userName>sample string 6</userName>
<userScore>sample string 7</userScore>
</DataCommentModel>
<DataCommentModel>
<brand>sample string 3</brand>
<commentTime>sample string 9</commentTime>
<content>sample string 8</content>
<platform>sample string 1</platform>
<platformUrl>sample string 2</platformUrl>
<shopName>sample string 4</shopName>
<shopUrl>sample string 5</shopUrl>
<tag1>sample string 10</tag1>
<tag2>sample string 11</tag2>
<tag3>sample string 12</tag3>
<tag4>sample string 13</tag4>
<userName>sample string 6</userName>
<userScore>sample string 7</userScore>
</DataCommentModel>
<DataCommentModel>
<brand>sample string 3</brand>
<commentTime>sample string 9</commentTime>
<content>sample string 8</content>
<platform>sample string 1</platform>
<platformUrl>sample string 2</platformUrl>
<shopName>sample string 4</shopName>
<shopUrl>sample string 5</shopUrl>
<tag1>sample string 10</tag1>
<tag2>sample string 11</tag2>
<tag3>sample string 12</tag3>
<tag4>sample string 13</tag4>
<userName>sample string 6</userName>
<userScore>sample string 7</userScore>
</DataCommentModel>
</DataCommentList>
<batch>sample string 1</batch>
<createTime>sample string 2</createTime>
<msg>sample string 3</msg>
</DataCommentListModel>