接口地址

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;
?>