公告板
版本库
filestore
活动
搜索
登录
android
/
charge
左晓为主开发手持机充值管理机
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改未关泵补卡逻辑
zuoxiao
2024-08-13
3673328730251736f9614793d9a75630c17b28f6
[android/charge.git]
/
qiheonlinelibrary
/
src
/
main
/
java
/
com
/
dayu
/
qiheonlinelibrary
/
net
/
ApiCallback.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.dayu.qiheonlinelibrary.net;
/**
* Copyright (C), 2023,
* Author: zuo
* Date: 2023-03-27 14:59
* Description:
*/
public interface ApiCallback<T> {
void onSuccess(T data);
void onFailure(String message);
}