得到令牌
接口地址
[接口服务器地址]/api/token/get.html
请求方法
POST
Request Headers
名称 | 必选 | 类型 | 说明 |
---|---|---|---|
Content-Type | true | string | application/json; charset=UTF-8 |
authen | true | string | 认证码 什么是认证码 |
appid | true | string | 接入ID 什么是接入ID |
timestamp | true | string | 时间戳 |
uid | true | string | 当前帐号 |
lang | true | string | 语言 zh-cn,en-us |
Request Body
名称 | 必选 | 类型 | 说明 |
---|---|---|---|
token | true | string | 令牌ID |
scope | true | string | 用户信息范围 ["user","powers","third"], user 为用户详情信息, powers 为用户的权限 , third 为与第三方系统绑定的帐号信息,空表示没有 |
org_id | false | string | 组织ID 如果空,scope有powers,返回所有组织的权限,否则返回组织的权限 |
调用样例及调试工具
测试接口返回结果(成功)
{"status":1,"code":0,"msg":"","data":{"user_id":"account1","platform":"1","token":"543a6f2a8ee73a6b830430e0f16a83bb","create_time":1514736000,"expire_time":1514822400}}