GET api/GoodComment/Get_MyCommentDetail?userToken={userToken}&orderId={orderId}&goodsId={goodsId}&isOnlineOrder={isOnlineOrder}&brandCode={brandCode}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
userToken
No documentation available.

Define this parameter in the request URI.

orderId
No documentation available.

Define this parameter in the request URI.

goodsId
No documentation available.

Define this parameter in the request URI.

isOnlineOrder
No documentation available.

Define this parameter in the request URI.

brandCode
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "data": {
    "order_id": "sample string 1",
    "user_id": 2,
    "goods_id": "sample string 3",
    "goods_name": "sample string 4",
    "goods_sn": "sample string 5",
    "product_sn": "sample string 6",
    "goods_attr": "sample string 7",
    "goods_number": 8,
    "goods_img": "sample string 9",
    "order_time": "sample string 10",
    "create_time": "sample string 11",
    "comment_content": "sample string 12",
    "comment_level": 13,
    "img1_path": "sample string 14",
    "img2_path": "sample string 15",
    "img3_path": "sample string 16",
    "img4_path": "sample string 17",
    "img5_path": "sample string 18",
    "img6_path": "sample string 19",
    "img7_path": "sample string 20",
    "img8_path": "sample string 21",
    "img9_path": "sample string 22",
    "reply_msg": "sample string 23",
    "reply_time": "sample string 24",
    "is_show_reply": 25,
    "realName": "sample string 26",
    "portraitPath": "sample string 27"
  },
  "code": "sample string 1",
  "msg": "sample string 2"
}

application/xml, text/xml

Sample:
<DataResultOfResOrderGoodCommentwXNJ_SSO7 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INNO.Entity">
  <code>sample string 1</code>
  <msg>sample string 2</msg>
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/INNO.Entity.GoodComment.Resp">
    <d2p1:comment_content>sample string 12</d2p1:comment_content>
    <d2p1:comment_level>13</d2p1:comment_level>
    <d2p1:create_time>sample string 11</d2p1:create_time>
    <d2p1:goods_attr>sample string 7</d2p1:goods_attr>
    <d2p1:goods_id>sample string 3</d2p1:goods_id>
    <d2p1:goods_img>sample string 9</d2p1:goods_img>
    <d2p1:goods_name>sample string 4</d2p1:goods_name>
    <d2p1:goods_number>8</d2p1:goods_number>
    <d2p1:goods_sn>sample string 5</d2p1:goods_sn>
    <d2p1:img1_path>sample string 14</d2p1:img1_path>
    <d2p1:img2_path>sample string 15</d2p1:img2_path>
    <d2p1:img3_path>sample string 16</d2p1:img3_path>
    <d2p1:img4_path>sample string 17</d2p1:img4_path>
    <d2p1:img5_path>sample string 18</d2p1:img5_path>
    <d2p1:img6_path>sample string 19</d2p1:img6_path>
    <d2p1:img7_path>sample string 20</d2p1:img7_path>
    <d2p1:img8_path>sample string 21</d2p1:img8_path>
    <d2p1:img9_path>sample string 22</d2p1:img9_path>
    <d2p1:is_show_reply>25</d2p1:is_show_reply>
    <d2p1:order_id>sample string 1</d2p1:order_id>
    <d2p1:order_time>sample string 10</d2p1:order_time>
    <d2p1:portraitPath>sample string 27</d2p1:portraitPath>
    <d2p1:product_sn>sample string 6</d2p1:product_sn>
    <d2p1:realName>sample string 26</d2p1:realName>
    <d2p1:reply_msg>sample string 23</d2p1:reply_msg>
    <d2p1:reply_time>sample string 24</d2p1:reply_time>
    <d2p1:user_id>2</d2p1:user_id>
  </data>
</DataResultOfResOrderGoodCommentwXNJ_SSO7>