接口说明
- 接口地址:http://api.ttocr.com/api/points
- 请求类型:GET
请求参数
| 参数名 | 属性 | 类型 | 说明 |
|---|---|---|---|
| appkey | 必填 | String | 用户密钥 |
请求例子
[GET地址] http://api.ttocr.com/api/points?appkey=用户密钥
注意:查询点数不得超过1秒1次,否则会被拉黑24小时。
返回结果
{
"status": 1,
"points": "1000",//可用点数
"msg": "查询成功"
}