Commit b35746b9 authored by mengcuiguang's avatar mengcuiguang

接口优化

parent f9c476b5
......@@ -190,18 +190,12 @@ public interface LoanService {
@POST("api/vvedio/init")
Observable<BaseResponse<Object>> commitCsjShotInfo(@Body Map<String, Object> vo);
/**
* 是否展示9宫格
*/
@POST("api/vedio/showTurn")
Observable<BaseResponse<NineShowBean>> showTurn();
/**
* groMore激励视频展示广告提交数据
*
* @return
*/
@POST("api/reporGromeEcpm")
@POST("api/ad/reportAdIncome")
Observable<BaseResponse<JsonObject>> reporGromeEcpm(@Body Map<String, Object> vo);
/**
......
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