fix vip cancel bug and add new interface of trafficCrossRoad event

This commit is contained in:
zhongchao
2021-11-25 21:27:17 +08:00
parent 80efeb0bf2
commit 96cfc293fe
7 changed files with 87 additions and 20 deletions

View File

@@ -0,0 +1,10 @@
package com.mogo.eagle.core.data.v2x
/**
* 查询是否为VIP
* timeOut: 超时时间
* vipType: Vip --1 变成VIP--0 撤销VIP
* content: VIP消息
*/
data class VipRequest(val cancelDelayTime: Long, val vipStatus:Boolean) {
}