http://127.0.0.1:8888/api/
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
type | 是 | int | 接口编号 |
newSecretKey | 是 | string | 访问秘钥,留空则后续不再验证,<br/>设置后调用其他api需要带上secretKey参数 |
{
"type": 1006,
"newSecretKey": "This is a serect key."
}
{
"data": {
"status": 0,
"desc": "",
"data": []
}
}
参数名 | 类型 | 说明 |
---|---|---|
error_code | int | 错误代码 |
description | string | 错误描述 |
data | json | 业务数据 |