仪表盘
版本库
文件存储
活动
搜索
登录
main
/
supervision-android
现场监管APP
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
20201010
riku
2020-10-10
32e17591ca41ba7b79514f0cb2e2ef6eb3e5a384
[supervision-android.git]
/
app
/
src
/
main
/
java
/
cn
/
flightfeather
/
thirdapp
/
httpservice
/
InterfaceConstant.java
1
2
3
4
5
6
7
8
9
10
11
package cn.flightfeather.thirdapp.httpservice;
/**
* Created by linli on 2018/1/24.
* 接口涉及的常量
*/
public interface InterfaceConstant {
String SUCCESS = "Success";
String FAILURE = "Failure";
}