获取平台token

平台token可以用于获取用户token,添加组织,管理用户,重置密码等功能

请求参数

Name Documentation TypeName
appId 第三方APPID integer
appSecret 第三方APPSECRET string

返回参数

Name Annotations Documentation TypeName
access_token [] access_token string
expires_in [] access_token的生效时长(秒) integer

示例

{
  "access_token": "secret",
  "expires_in": 7200
}