@lina
2021-02-22T06:54:40.000000Z
字数 784
阅读 132
光盈系统
{
"code": 9999,
"message": "token失效",
"data": {
"url": "https://open.feishu.cn/open-apis/authen/v1/index?redirect_uri=http://test.manage.guangying.link/api/authorize&app_id=cli_9f2baabc69ff100d&state="
}
}
{
"msg": "请求成功",
"status": 0,
"data": {
"token": "b93c16da98f967aaee1400b3e85eb4c2",
"expires_in": 6900,
"id": 21,
"name": "武帅冲",
"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",
"node": [
"0"
]
}
}
请求URL
post
/api/jsapi_ticket
响应
{
"status": 0,
"msg": "",
"data": {
"jsapi_ticket": "dbced57ed7b68dd75b72a70ab8eafefe21708039"
}
}
请求URL
post
/api/project
请求参数
name
: [string] 项目名open_ids
: [array] 项目关联的用户open_id
响应
{
"status": 0,
"msg": "创建项目成功",
"data": null
}