认证授权
POST
/core/api/v1/account/session
接口描述
获取认证token
请求参数
application/json参数名
类型
描述
必填
phone
String
电话号码
必填
password
String
密码
必填
响应参数
application/json参数名
类型
描述
必填
access_token
String
token
必填
token_type
String
token类型(默认Bearer)
必填
token_format
String
token格式
必填
expires_in
Integer
过期时间
必填