根据你的生日,计算你的人生进度。
数据以2021年统计的人均寿命78.2岁计算。
https://free.xwteam.cn/api/life/progress
GET/POST
application/json
名称 | 值 |
---|---|
Content-Type | application/x-www-form-urlencoded;charset:utf-8; |
名称 | 必填 | 类型 | 示例值 | 说明 |
---|---|---|---|---|
birthdate | 是 | string | 19910101 | 出生日期,格式为:19910101 |
https://free.xwteam.cn/api/life/progress?birthdate=20010101
正在请求API数据...
名称 | 类型 | 说明 |
---|---|---|
code | int | 状态码 |
msg | string | 状态信息 |
data | string | 请求结果数据集 |
debug | string/array | 调试数据 |
exec_time | float | 执行耗时 |
user_ip | string | 客户端IP |