dashboard
repositories
filestore
activity
search
login
admin
/
pregnancy_guard_android
孕妇哨安卓版
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
1.0.3-1测试版本 [*]修改重新连接的方式 [*]修改商城连接 [*]修改心跳机制 [*]主要针对oppo和vivo机型添加开启定位服务
陈奇
2018-11-13
fc9dc236266700d61e3538bee669f2f4abb242f2
[~admin/pregnancy_guard_android.git]
/
app
/
src
/
main
/
java
/
com
/
moral
/
yunfushao
/
httputils
/
HttpCallBack.java
1
2
3
4
5
6
7
8
9
package com.moral.yunfushao.httputils;
public interface HttpCallBack {
void onSuccess(String res, String msg);
void showLoadingDialog();
void onFail(int errno,String s);
}