通过智能算法精准预测和计算女性的月经周期,不仅能帮助女性更好地了解自己的身体状况,还能及时提醒经期时间和注意事项。
https://free.xwteam.cn/api/female/menstruation
GET/POST
application/json
名称 | 值 |
---|---|
Content-Type | application/x-www-form-urlencoded;charset:utf-8; |
名称 | 必填 | 类型 | 示例值 | 说明 |
---|---|---|---|---|
mdate | 是 | string | 2024-05-05 | 最后一次月经开始时间 |
acl | 是 | string | 28 | 平均月经周期天数 月经周期长度应在21到35天之间 |
mdays | 是 | string | 5 | 经期天数 月经天数应在3到7天之间 |
https://free.xwteam.cn/api/female/menstruation?mdate=2024-05-05&acl=28&mdays=5
正在请求API数据...
名称 | 类型 | 说明 |
---|---|---|
code | int | 状态码 |
msg | string | 状态信息 |
data | string | 请求结果数据集 |
debug | string/array | 调试数据 |
exec_time | float | 执行耗时 |
user_ip | string | 客户端IP |