横屏二次元风景图
GET
无需 Key
运行中
接口简介
接口地址
https://api.lolimi.cn/API/dmtx/fjpc请求示例
测试访问https://api.lolimi.cn/API/dmtx/fjpc返回预览
IMAGE请求参数
| 参数名 | 类型 | 必填 | 描述 |
|---|
返回参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| 暂无返回参数说明 | ||
参数配置
登录获取 KeyResponseWaiting...
<?php
$url = "https://api.lolimi.cn/API/dmtx/fjpc";
$params = array (
);
$url .= '?' . http_build_query($params);
$res = file_get_contents($url);
echo $res;