# | 请求方式 | API接口标题 | 接口服务 (s参数) | 接口功能描述 |
---|---|---|---|---|
1 | GET/POST | 3401 查看输入日期至今一共多少天 | App.Common_Date.GetDaysFromNow | 根据输入的日期返回一个整数 |
2 | GET/POST | 3402 查看两日期之间一共间隔多少天 | App.Common_Date.GetDaysDiff | 根据输入的两日期差返回一个整数 |
3 | GET/POST | 3403 根据输入阳历日期转化成字符型农历日期 | App.Common_Date.ChangeIntoLunar | 根据输入的日期返回农历日期如2019-3-12->二月初六 |
4 | GET/POST | 3404 根据输入农历日期转化成阳历日期 | App.Common_Date.ChangeIntoNation | 根据输入的日期返回阳历日期如2019-1-1->2019-2-5(现只支持到2031年) |
5 | GET/POST | 3405 获取当前时间 | App.Common_Date.Curtime | 获取时间,日期、年份、星期等 |
6 | GET/POST | 3406 获取该年的所有节气 | App.Common_Date.GetSolarTerms | 输入年份获取 上一年冬至 ~ 下一年冬至 |
7 | GET/POST | 3407 获取该天的 节气和星座 | App.Common_Date.GetSolarTermsStarByDay | 输入年 year 月 month 日 day 输出对应的节气和星座 |
由 果创云YesApi.cn 提供技术支持,4万+开发者都在用,累计API调用1,800,000+万次