Authored by Jesse

Add new file

Showing 1 changed file with 35 additions and 0 deletions
  1 +## 1. 话题
  2 +
  3 +**接口:**
  4 +http://xxxxx/social?appType=2&app_version=5.1.0&client_secret=926666ce819cba1b8c1d9acfaaa879fa&client_type=iphone&method=app.social.getTopics&os_version=9.3.5&postsId=4438&screen_size=320x568&v=7
  5 +
  6 +**请求参数:**
  7 +method=app.social.getTopics
  8 +其它为公共参数
  9 +
  10 +**返回值示例:**
  11 +
  12 +```json
  13 +{
  14 + "alg": "SALT_MD5",
  15 + "code": 200,
  16 + "data": [
  17 + {
  18 + "topic": "#无可奈何花无可1何花无可奈何花#",
  19 + "id": 26
  20 + },
  21 + {
  22 + "topic": "#无可奈何花无可奈何花无可奈何花#",
  23 + "id": 24
  24 + }
  25 + ],
  26 + "md5": "431a8d2822a3b9e6da0eef9504f807bc",
  27 + "message": "java操作成功"
  28 +}
  29 +```
  30 +**返回值字段描述:**
  31 +
  32 +|字段|字段类型|默认值|备注|
  33 +|----|--------|------|----|
  34 +|topic|string||话题名称|
  35 +|id|int||话题ID|