1、上传测量结果: http://101.200.170.13:8080/bpdata.ashx?user=a&sys=125&dia=85&pul=65&ano=1&time=20140319151125&imei=860998021957943&mac=aabbccddeeff&projectname=s602 user:用户 sys:高压 dia:低压 pul:脉搏 ano:是否心率不齐 time:血压计时间 imei:gprs模块的imei号 mac:wifi模块地址 projectname:项目名称 成功后返回 {statusCode:0 serverTime:"20211228110439"} 保存失败 statusCode 为 2 缺少projectname 字段,statusCode 为 3 如果只是获取服务器时间,发送 http://101.200.170.13:8080/bpdata.ashx?, 返回{statusCode:1 serverTime:"20211228110847"} 如果做wifi血压计,需要上传mac地址,加mac字段即可,例如 http://101.200.170.13:8080/bpdata.ashx?user=a&sys=125&dia=85&pul=65&ano=1&time=20140319151125&imei=860998021957943&projectname=test 域名 :health.cemho.com:8080/bpdata.ashx?user=a&sys=125&dia=85&pul=65&ano=1&time=20140319151125&imei=860998021957943&mac=aabbccddeeff&projectname=s602 2、查看结果:http://101.200.170.13:8080/display.aspx 3、查看结果二维码 http://101.200.170.13:8080/bp_test_data.ashx?sys=123&dia=81&pul=80&testtime=2024-07-25 14:25:36 4、上传组装结果:http://101.200.170.13:8080/bpdata.ashx?user=bp_assemble&batch_no=12345678&assemble_name=case_assemble&result=PASS http://101.200.170.13:8080/bpdata.ashx?user=bp_assemble&batch_no=12345678&assemble_name=arm_assemble&result=PASS http://101.200.170.13:8080/bpdata.ashx?user=bp_assemble&batch_no=12345678&assemble_name=product_assemble&result=PASS http://101.200.170.13:8080/bpdata.ashx?user=bp_assemble&batch_no=12345678&assemble_name=aid_assemble&result=PASS 5、POST http://101.200.170.13:8080/http_post_test.aspx 6、上传静态压测试结果 http://101.200.170.13:8080/bpdata.ashx?user=a&serial_id=021719565924&p1=100&d1=100&p2=200&d2=201&p3=290&d3=291&projectname=staticpress 7、测试地址 http_get_test.ashx http://101.200.170.13:8080/post_get_test.ashx? http://101.200.170.13:8080/post_get_test.ashx?user=a&sys=222 8、动态血压计获取 测量间隔时间 http://101.200.170.13:8080/bpdata.ashx?user=get_dynamicstime&sn=PD01X2407240030000W 9、动态血压计设置 测量间隔时间 http://101.200.170.13:8080/bpdata.ashx?user=set_dynamicstime&T1=1&T2=2&sn=PD01X2407250040001W 10、上传额温枪测试数据 http://101.200.170.13:8080/bpdata.ashx?user=thermometer&imei=021719565924&iccid=123456&mode=1&data=36.3&unit=1&projectname=zshx user:thermometer imei: iccid: mode: data: unit: projectname:zshx