Commit 73106194 authored by maxiaoliang's avatar maxiaoliang

提交代码

parent 96d26bad
......@@ -80,7 +80,6 @@ interface IGameApi {
*/
@GET(NetConfig.Game.URL_GAME_WAREHOUSE_DATA)
fun getWareHouseData(@Query("type") id: Int): Observable<Response<List<LandListEntity>>>
/**
* 订单数据
* @param
......@@ -95,6 +94,7 @@ interface IGameApi {
*/
@GET(NetConfig.Game.URL_GAME_TURNTABLE_LIST)
fun getTurntableList(): Observable<Response<TurntableEntity>>
/**
* 订单领取
* @param
......@@ -111,9 +111,11 @@ interface IGameApi {
//签到列表
@GET(NetConfig.Game.URL_GAME_FARM_LIST)
fun getOrchardSignTask(): Observable<Response<SinginEntity>>
//
@GET(NetConfig.Game.URL_GAME_FARM_DAILY_TASK)
fun getOrchardDailyTask(): Observable<Response<List<WateringTaskEntity>>>
/**
* 看视频获得种子
* @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