Commit 5536407c authored by wangxuewei's avatar wangxuewei

[提交人]:王雪伟

[提交简述] :多多菜园
[实现方案] :1.0.3
parent df0a5528
......@@ -474,6 +474,7 @@ class GameActivity : UnityPlayerActivity(), IDialogViewCloseCallback {
fun onGetRedPackList(callback: IUnitySendMessageCallback?) {
// callUnity("RedPackList", "redPackListDataUpdate", "")
GameApiClient.gameApi.getRedPackList()
.compose(RxSchedulers.observableIO2Main())
.subscribe(object : BaseObserver<List<RedPackListEntity>>() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment