Files
qwsy/月度/9月/汇海/对接主机/2.0/不登录模式接口文档.txt
binghuai 0967bc660b 9.14
2025-09-14 17:43:29 +08:00

30 lines
528 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

进入实用工具密码138261603411 第三方通信管理 -》YDL 密码: 372093
地址接口:{URL}/joint/hh/uploadDataL
方式post
入参:
{
deviceCode: ""//设备号
dataList:[
{studentId: "", //学号
score: "", //成绩 上传时成绩放大100倍平台接收到成绩数据需要缩小100倍除以100得到正确成绩
projectNumber:"", //项目编号
time:"", //测试时间
},
{studentId: "", //学号
score: "", //成绩
projectNumber:"", //项目编号
time:"", //测试时间
}
]
}
服务器返回:
{
code:0, //0:成功
msg:""
}