获取api调用次数
~~~[api]
get:https://tool.bitefu.net/jiari/vip.php
d=2022#日期
apikey=123456#vip密钥
type=count#类型
<<<
success
{
"status": 1,
"count": 21
}
<<<
error
{
"status": 0,
"msg": "错误信息"
}
<<<
请求示例
https://tool.bitefu.net/jiari/vip.php?d=2021&apikey=123456&type=count
~~~
**返回参数说明**
|参数名|类型|说明|
|:----- |:-----|----- |
|status |int |1成功返回 0失败返回 |
|count |int |调用次数 |