使用utf8编码,value是上传的值

1、上传经纬度等数据
python post提交数据http://112.74.44.47/VehicleWeb/Acceleration?gps=gpsValue&acceleration=value

其中gpsValue为一个字符串,以,隔开,将下面各个量填入

UTC时间,xx,纬度,南北,经度,东西,速度,xx,日期

xx暂时写为"xx"字符串即可
其中日期是  yyyy-MM-dd HH:mm:ss  格式的字符串

2、上传文件
python post提交数据http://112.74.44.47/VehicleWeb/upFile
文件以数据流的方式上传

3、上传照片 
python post提交数据http://112.74.44.47/VehicleWeb/upPotholes?height=value&position=value

相关文章:

  • 2022-12-23
  • 2021-11-19
  • 2021-06-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-18
  • 2019-08-26
  • 2021-05-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案