返回首页

血型计算 免费

调用次数:876 次

接口详情

通过父母血型,计算出孩子可能的血型。

接口地址

URL
https://free.xwteam.cn/api/blood/type

请求方式

GET/POST

返回格式

application/json

请求HEADER

名称
Content-Typeapplication/x-www-form-urlencoded;charset:utf-8;

请求参数说明

名称必填类型示例值说明
fatherstringA
父亲血型
motherstringB
母亲血型

调用示例

示例
https://free.xwteam.cn/api/blood/type?father=A&mother=B

返回示例

实时结果

正在请求API数据...

返回参数说明

名称类型说明
codeint状态码
msgstring状态信息
datastring请求结果数据集
debugstring/array调试数据
exec_timefloat执行耗时
user_ipstring客户端IP