Commit 65f239f0 authored by maxiaoliang's avatar maxiaoliang

111

parent 4da88d44
...@@ -141,7 +141,7 @@ interface IGameApi { ...@@ -141,7 +141,7 @@ interface IGameApi {
* @return * @return
*/ */
@POST(NetConfig.Game.URL_GAME_OPEN_BOX) @POST(NetConfig.Game.URL_GAME_OPEN_BOX)
fun getopenBox(): Observable<Response<StatusEntity>> fun getopenBox(): Observable<Response<FlyBoxEntity>>
/** /**
* 看视频上报 * 看视频上报
...@@ -152,6 +152,8 @@ interface IGameApi { ...@@ -152,6 +152,8 @@ interface IGameApi {
@POST(NetConfig.Game.URL_GAME_AD_VIDEO_REPORT) @POST(NetConfig.Game.URL_GAME_AD_VIDEO_REPORT)
fun adVideoReport(): Observable<Response<StatusEntity>> fun adVideoReport(): Observable<Response<StatusEntity>>
/** /**
* 任务领取奖励 * 任务领取奖励
* @param * @param
......
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