Commit dcf075f85bb6358fca973fa5908e375f08f27fec

Authored by LSL
1 parent 0f21ebe3

update

05.互动云/1.5 评论-读取朋友圈某条动态的评论(含回复).md
@@ -66,28 +66,30 @@ @@ -66,28 +66,30 @@
66 "total_number": "1", 66 "total_number": "1",
67 "total_columns": "2", 67 "total_columns": "2",
68 "comments": [{ 68 "comments": [{
69 - "commentId": "1",  
70 - "fromSid": "10011",  
71 - "fromNick": "xxxxx",  
72 - "fromFace": "xxxxx",  
73 - "toSid": "123456",  
74 - "toNick": "xxxxxxxxxx",  
75 - "content": "中文评论",  
76 - "created_at": "2018-03-07 13:00",  
77 - "plat": "a",  
78 - "type": "reply"  
79 - }, {  
80 - "commentId": "2",  
81 - "fromSid": "10011",  
82 - "fromNick": "xxxxx",  
83 - "fromFace": "xxxxx",  
84 - "toSid": "123456",  
85 - "toNick": "xxxxxxxxxx",  
86 - "content": "中文评论",  
87 - "created_at": "2018-03-07 13:10",  
88 - "plat": "a",  
89 - "type": "comment"  
90 - }] 69 + "commentId": "1",
  70 + "fromSid": "10011",
  71 + "fromNick": "xxxxx",
  72 + "fromFace": "xxxxx",
  73 + "toSid": "123456",
  74 + "toNick": "xxxxxxxxxx",
  75 + "content": "中文评论",
  76 + "created_at": "2018-03-07 13:00",
  77 + "plat": "a",
  78 + "type": "reply"
  79 + },
  80 + {
  81 + "commentId": "2",
  82 + "fromSid": "10011",
  83 + "fromNick": "xxxxx",
  84 + "fromFace": "xxxxx",
  85 + "toSid": "123456",
  86 + "toNick": "xxxxxxxxxx",
  87 + "content": "中文评论",
  88 + "created_at": "2018-03-07 13:10",
  89 + "plat": "a",
  90 + "type": "comment"
  91 + }
  92 + ]
91 } 93 }
92 } 94 }
93 95