基本信息
Path: /api/common/getAppToken
Method: POST
接口描述:
请求参数
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/x-www-form-urlencoded | 是 |
Body
参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
app_id | text | 是 | bed1335956aa0f0e | 应用ID |
app_secret | text | 是 | fa4c4d7e0162a692a81db20a15da81ca | 第三方应用密钥 |
返回数据
{
"status": 200,
"msg": "获取token成功",
"time": 1577348991,
"data": {
"timestamp": 1577348991,
"access_token": "$2y$10$eC0xMg0YSNAsJMulOhV02eiMQ1tcQUJu7HdgAKzjgJyKH04QeNhUm",
"expiration": 1809 //非固定值
}
}