每日一句 API 测试

点击下方按钮获取一句话...

API 使用说明

请求地址: index.php?api=true

请求方法: GET

响应格式: JSON

示例响应:

{
    "status": "success",
    "data": {
        "id": 1,
        "quote": "生活不是等待风暴过去,而是学会在雨中跳舞。",
        "author": "佚名"
    }
}