公告板
版本库
filestore
活动
搜索
登录
韦秀桡
/
HdlToLc
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'dev' into library
wxr
2022-12-01
2588ab0681d9ef96f98114a1de018b420e3ee1da
[~wxr/HdlToLc.git]
/
AndroidOpenDemo
/
usermodule
/
src
/
main
/
java
/
com
/
example
/
usermodule
/
net
/
IUserDataCallBack.java
1
2
3
4
5
6
7
8
9
10
11
package
com
.
example
.
usermodule
.
net
;
public
interface
IUserDataCallBack
{
void
onCallBackOpenId
(
String
str
);
/**
* 错误回调
*
* @param throwable
*/
void
onError
(
Throwable
throwable
);
}