返回一条随机英文励志名言及作者。
| 参数名 | 必填 | 说明 |
|---|---|---|
| apikey | 必填 | 你的 API Key,也可用请求头 X-API-Key 传递 |
| 无其他参数 | ||
curl 'https://api.skyphotos.love/api/quote?apikey=YOUR_API_KEY'
{
"code": 0, // 0 成功,非 0 失败
"msg": "ok",
"data": { ... }, // 上游返回的数据
"meta": {
"cost": 0.005, // 本次消费
"latency_ms": 128
}
}