接口平台:https://doc.yuanfenju.com/
开发文档:https://doc.yuanfenju.com/liupan/jinkoujue.html
支持格式:Form-data
请求方式:HTTP POST/GET
<?php
//您的密钥
$api_secret = "wD******XhOUW******pvr";
//请求择日择时接口
$gateway_host_url = "https://api.yuanfenju.com/index.php/v1/Liupan/jinkoujue";
//请求参数
$request_data = [
'api_key' => $api_secret,
'born_year' => 2005, //出生年
'year' => 1996, //起盘年
'type' => 1, //历类型 0农历 1公历
'month' => 12,
'day' => 23,
'hours' => 8,
'minute' => 37,
'sex' => 0,
'name'