💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
~~~[api] post:/v1/temperature/detailTemperature *string:time#时间 *identity_title#身份 (正常人员合计、预警人员合计、总数合计此值传空 或不传) *temperature#体温(<=37.2:low >=37.3:secondary 总数:count 正常人员合计:h_low 预警人员合计:h_secondary 总数合计:h_count) *index#页码 *limit#条数 name#姓名搜索 <<< success { "code":0, "msg":"ok", "data":{         "count":2,         "temperature":\[             {                 "id":1,                 "type":1,                 "open_id":"87577aecebc30aeebc5248cfbe099da8",                 "name":"曹明东",                 "identity":"612401199801156326",                 "sex":"女",                 "identity_title":"会议代表",                 "delegation":"代表团1",                 "hotel":"朝晖",                 "abroad_status":"无",                 "abroad_time":0,                 "abroad_region":"",                 "contact_status":"无",                 "contact_time":0,                 "fever_status":"无",                 "fever_time":0,                 "fever_temperature":37.2,                 "medical_status":"",                 "medical_time":0,                 "medical_hospital":"",                 "medical_diagnosis":"",                 "other_symptom":"2,4",                 "other":"",                 "t_fever_status":"",                 "t_fever_time":0,                 "t_fever_temperature":0,                 "t_medical_status":"",                 "t_medical_time":0,                 "t_medical_hospital":"",                 "t_medical_diagnosis":"",                 "t_other_symptom":"",                 "t_other":"",                 "timestamp":1586572785             }         \]     } } <<< error ~~~ | 参数 | 说明 | | --- | --- | | identity_title | 身份 | | hotel| 入住宾馆 | | abroad_status | 境外史(有 无) | | abroad_time | 境外史时间 | | abroad_region | 境外史国家/地区 | | contact_status | 武汉史(有、无) | | contact_time| 武汉史时间 | | fever_status | 发热状态(有 、无) | | fever_time | 发热时间 | | fever_temperature | 发热体温 | | medical_status | 是否就诊(有 无) | | medical_time | 就诊时间| | medical_diagnosis | 诊断结果 | | other_symptom | 其他症状(1.干咳 2.乏力 3.肌痛 4.腹泻) | | other | 其他 | | t_fever_status | 同行人发热 | | t_fever_time | 发热时间 || fever_temperature | 发热体温 | | t_medical_status | 是否就诊(有 无) | | t_medical_time | 就诊时间| | t_medical_diagnosis | 诊断结果 | | t_other_symptom | 其他症状(1.干咳 2.乏力 3.肌痛 4.腹泻) | | t_other | 其他 | | timestamp| 填报时间|