[关闭]
@lina 2021-02-22T06:54:40.000000Z 字数 784 阅读 132

光盈系统

光盈系统


鉴权过期响应

  1. {
  2. "code": 9999,
  3. "message": "token失效",
  4. "data": {
  5. "url": "https://open.feishu.cn/open-apis/authen/v1/index?redirect_uri=http://test.manage.guangying.link/api/authorize&app_id=cli_9f2baabc69ff100d&state="
  6. }
  7. }

授权返回结果

  1. {
  2. "msg": "请求成功",
  3. "status": 0,
  4. "data": {
  5. "token": "b93c16da98f967aaee1400b3e85eb4c2",
  6. "expires_in": 6900,
  7. "id": 21,
  8. "name": "武帅冲",
  9. "avatar_url": "https://s3-fs.pstatp.com/static-resource/v1/67bb7954-e5bb-499e-8b68-9d91dd38bb8g~?image_size=72x72&cut_type=&quality=&format=image&sticker_format=.webp",
  10. "node": [
  11. "0"
  12. ]
  13. }
  14. }

1 获取jsapi_ticket

1.1 获取jsapi_ticket

请求URL

post
/api/jsapi_ticket

响应

  1. {
  2. "status": 0,
  3. "msg": "",
  4. "data": {
  5. "jsapi_ticket": "dbced57ed7b68dd75b72a70ab8eafefe21708039"
  6. }
  7. }

1 项目

1.1 创建项目(群)

请求URL

post
/api/project

请求参数

  • name: [string] 项目名
  • open_ids: [array] 项目关联的用户open_id

响应

  1. {
  2. "status": 0,
  3. "msg": "创建项目成功",
  4. "data": null
  5. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注