future项目上报

private String name;//预警名称 
private String detail;//详细 用于定义位置和报错信息,越多越好
private String code;//编码 1001是pad老师登录 , 1002pad是学生登录 ,2002是jar包1启动 , 2003是jar包2启动 3001 程序异常
private String projectName;//传发送数据的项目名称
private String kindergartenCode;//可以不传


牟海东本地路径

http://192.168.88.196:8080/future/warn/add
测试环境
http://120.55.167.117:9090/future-1.0-SNAPSHOT/warn/add

post请求
例子:
{
"name":"asd",
"detail":"asdasdsad",
"code":"1001",
"projectName":"asasd",
"kindergartenCode":"asdasd"
}


版本更新

http://192.168.88.196:8080/future/version/update

http://120.55.167.117:9090/future-1.0-SNAPSHOT/version/update

post请求

{
"kindergartenCode":"9f6d5d6f03a446c18aa6c04d92afee77",
"updateInfo":[{"type":"0","version":10},
{"type":"1","version":9},
{"type":"2","version":15},
{"type":"3","version":15},
{"type":"4","version":2},
{"type":"5","version":2},
{"type":"6","version":1},
{"type":"7","version":1},
{"type":"8","version":1}
]
}




原文地址:https://www.cnblogs.com/muhaidong/p/7792047.html