公告板
版本库
filestore
活动
搜索
登录
叶怿
/
smart_train
硬件组-智慧驾培
概况
操作记录
提交次数
目录
工单
文档
派生
对比
blame
|
历史
|
原始文档
不用拷贝giscar到本地了。改为从平台获取,保存至本地,然后进行读取
Admin
2021-02-22
c32f79fc7ed1b6f14c5c2340fc96557f38279753
[~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;
}