[关闭]
@fuyb1986 2016-03-23T04:19:06.000000Z 字数 610 阅读 645

获取知识合伙人列表

好热闹


Method and URL Structure

Method Resource URL
POST /forum/user_invitees/

Request Parameters

Name Description Required Default
username 用户名 YES
password 密码 YES

Request

  1. {
  2. "username":"username",
  3. "password":"password",
  4. }

cURL Example

  1. $ curl http://www.haorenao.cn/froum/user_invitees/ -d username=18012345678&password=123456

JSON Response

Name Description
ret 标识是否成功。ok, 成功; failed, 失败
reason 失败原因
userinfos 合伙人列表

UserInfo:

Name Description
username 用户名
nickname 昵称
id UserInfo ID
thumb 头像 URL
  1. {
  2. "ret":"ok",
  3. "reason":"",
  4. "userinfos": [
  5. {
  6. "username": "13241818989",
  7. "nickname": u"昵称",
  8. "id": 2639,
  9. "thumb":"http://resource.haorenao.cn/static/tea/threadimages/c4e6a.jpg"
  10. },...
  11. ]
  12. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注