公告板
版本库
filestore
活动
搜索
登录
main
/
wvp-pro
搭配zgyw,实现gb28181
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
增加zlm代理的secret自动添加, 增加配置文件的默认值,缺少非关键参数不会无法启动,简化配置文件给新手带来的压力,前端使用wvp代理流。
64850858
2021-06-04
1b677c6dc79b8e3b650acd94da7fc770c3d2718d
[wvp-pro.git]
/
src
/
main
/
java
/
com
/
genersoft
/
iot
/
vmp
/
gb28181
/
bean
/
PlatformRegister.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.genersoft.iot.vmp.gb28181.bean;
public class PlatformRegister {
// 未回复次数
private int reply;
public int getReply() {
return reply;
}
public void setReply(int reply) {
this.reply = reply;
}
}