公告板
版本库
filestore
活动
搜索
登录
main
/
wvp-pro
搭配zgyw,实现gb28181
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
bugfix:请求头带token, SecurityUtils 获取用户id 一直为0 #1195
xubinbin
2023-12-12
42a2772d1aa7493bcc4fac3e24ee8eda4eebc23d
[wvp-pro.git]
/
src
/
main
/
java
/
com
/
genersoft
/
iot
/
vmp
/
service
/
bean
/
InviteTimeOutCallback.java
1
2
3
4
5
6
package com.genersoft.iot.vmp.service.bean;
public interface InviteTimeOutCallback {
void run(int code, String msg); // code: 0 sip超时, 1 收流超时
}