随机返回一张美女图片,支持id搜索,支持直接返回以及json返回
接口地址: https://wzapi.com/api/sjmntp
返回格式: JSON
请求方式: GET
请求示例: https://wzapi.com/api/sjmntp?format=json
| 参数名 | 必填 | 类型 | 说明 |
|---|---|---|---|
| format | 否 | string | 输出格式,默认跳转,传 json 返回图片链接 |
| id | 否 | int | 指定图片 ID,从 1 开始,不传则随机 |
| apiKey | 付费接口必填 | string | 用户密钥,免费接口可不传 |
| 字段名 | 类型 | 说明 |
|---|---|---|
| status | string | 状态,success 或 error |
| data.id | int | 图片 ID |
| data.wallpaper | string | 图片地址 |
| data.timestamp | int | 当前时间戳 |

| 参数名 | 参数值 | 操作 |
|---|