Content-Type: application/jsonAccept: application/jsonAuthorization: Bearer <token>{account}:{password},调用格式如下,其中{}中的内容需要根据实际情况进行替换:account为登陆的账号,password为密码。{
"access_token": "ac30422e19e6a7771f333b98cdf7b6f34148f03f",
"expires_in": 3600,
"token_type": "Bearer",
"scope": null
}Content-Type: application/jsonper_page参数的值来自定义每页返回的条数,建议不要超过100条,因为会影响接口返回速度。per_page参数值时,可设置自增的page参数继续请求下一页数据。{
"tickets": [ ... ],
"count": 123,
"next_page": "https://www.bangwo8.com/api/v1/tickets.json?page=2",
"previous_page": null
}