稳定、快速、免费的 API 接口服务
每天自动生成一句英文文案
接口地址: https://api.qlwc.cn/api/mryy
返回格式: JSON
请求方式: GET
请求示例: https://api.qlwc.cn/api/mryy?code=json
请求参数说明:
名称 | 必填 | 类型 | 说明 |
---|
返回参数说明:
名称 | 类型 | 说明 |
---|
返回示例:
It is not the years in your life but the life in your years.
请求参数设置:
参数名称 | 参数值 |
---|---|
It is not the years in your life but the life in your years.
错误码格式说明:
名称 | 类型 | 说明 |
---|
代码示例:
<?php $result = file_get_contents("https://api.qlwc.cn/api/mryy"); echo $result; ?>