fix vip cancel bug and add new interface of trafficCrossRoad event
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
Reference in New Issue
Block a user