
原神横屏壁纸
GET
无需 Key
运行中
接口简介
原神横屏壁纸API,图片高清清晰,单张可达5MB+,适配平板电脑横屏尺寸,涵盖角色、风景等多样内容,响应迅速,一键获取高质量壁纸。
接口地址
https://api.lolimi.cn/API/dmtx/yspc请求示例
测试访问https://api.lolimi.cn/API/dmtx/yspc返回预览
IMAGE请求参数
| 参数名 | 类型 | 必填 | 描述 |
|---|
返回参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| code | int | 状态码 |
参数配置
登录获取 KeyResponseWaiting...
<?php
$url = "https://api.lolimi.cn/API/dmtx/yspc";
$params = array (
);
$url .= '?' . http_build_query($params);
$res = file_get_contents($url);
echo $res;