血缘规律

接口地址:https://sucyan.cfd/api/xueyuan.php?father=A&mother=B

 广告框

请求方式:Get

返回格式:json

 请求参数

名称 必填 类型 描述
father Text 填写父亲的血型如A;B;AB;O
mother Text 填写母亲的血型如A;B;AB;O

 返回参数

{
  "code": 200,
  "msg": "查询成功",
  "api": "http://sucyan.cfd",
  "father": "A",
  "mother": "B",
  "possible": "AB、A、B、O",
  "impossible": ""
}