葫芦侠登录签到API

GET

葫芦侠三楼账号登录获取token与单板块/批量板块签到

https://api.hk0.cc/api/hlxa
https://api.hk0.cc/api/hlxa?action=signin&_key=xxx

请求参数

接口指标

QPS 上限
0次/秒
平均响应时间
2529.04ms
今日调用量
1
累计调用量
22

请求示例

Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X GET 'https://api.hk0.cc/api/hlxa?action=string&account=string&password=string&_key=string&cat_id=int&user_id=int'

返回示例

{
  "code": 200,
  "success": true,
  "data": {
    "_key": "xxx(登录成功返回的token)",
    "session_key": "xxx",
    "user_id": 12970375,
    "nick": "用户名",
    "avatar": "http://cdn.u1.huluxia.com/xxx.jpg",
    "level": 8,
    "gender": 1,
    "age": 31,
    "identity_title": null
  },
  "request_id": "xxxxxxxxxxxxxxxx"
}