公告板
版本库
filestore
活动
搜索
登录
叶怿
/
smart_train
硬件组-智慧驾培
概况
操作记录
提交次数
目录
工单
文档
派生
对比
blame
|
历史
|
原始文档
非训练模式和考试模式10s发一次0206消息
lizhanwei
2020-04-09
524763aa48d11019112a8b1c61e03029817e5a85
[~yy/smart_train.git]
/
im_lib
/
src
/
main
/
java
/
com
/
anyun
/
im_lib
/
util
/
PlatFormConstant.java
1
2
3
4
5
6
7
8
9
package com.anyun.im_lib.util;
public class PlatFormConstant {
public static final String TAG = "PlatFormMessage";
public static final int SUCCESS = 0;
public static final short STU_INFO_SUCC = 1;
}