示例接口
示例接口测试
GET
https://www.pa95.com/API/test.php
请求方式
GET
返回格式
application/json
调用方式
免费公开
调用次数
26 次
请求示例
https://www.pa95.com/API/test.php
请求参数
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| apikey | string | 可选 | 密钥(登录用户自动获取) |
返回示例
{
"code": 200,
"data": {
"message": "请求成功",
"endpoint": "test"
}
}
在线调试
相关接口