接口地址

https://api.vvhan.com/api/yinghua

返回格式

JSON

请求方式:

GET

请求示例:

https://api.vvhan.com/api/yinghua

 

参数说明

名称 必填 类型 说明

返回数据

直接调用(请看本页面效果)

调用实例

<script src="https://api.vvhan.com/api/yinghua"></script>

示例代码

<?php
header("Content-Type:text/json;charset=UTF-8"); date_default_timezone_set("PRC"); $data = file_get_contents("https://api.vvhan.com/api/yinghua"); echo $data;
?>