随机疾旋鼬
GET
用户接口
运行中
接口简介
随机表情包
接口地址
http://baizihaoxiao.xin/API/jixuanyou.php请求示例
测试访问http://baizihaoxiao.xin/API/jixuanyou.php返回预览
TEXT
请求参数
| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
| 暂无请求参数说明 | |||
返回参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| 暂无返回参数说明 | ||
参数配置
登录获取 KeyResponseWaiting...
<?php
$url = "http://baizihaoxiao.xin/API/jixuanyou.php";
$params = array (
);
$url .= '?' . http_build_query($params);
$res = file_get_contents($url);
echo $res;