Commit 17ae2018 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent b653f483
...@@ -629,8 +629,6 @@ public interface LoanService { ...@@ -629,8 +629,6 @@ public interface LoanService {
@POST("api/setWechatTipsStatus") @POST("api/setWechatTipsStatus")
Observable<BaseResponse<JsonObject>> setWechatTipsStatus(@Body Map<String, Object> vo); Observable<BaseResponse<JsonObject>> setWechatTipsStatus(@Body Map<String, Object> vo);
<<<<<<< HEAD
=======
/** /**
* 获取权重信息 * 获取权重信息
* *
...@@ -639,7 +637,6 @@ public interface LoanService { ...@@ -639,7 +637,6 @@ public interface LoanService {
@POST("api/vedioPlans") @POST("api/vedioPlans")
Observable<BaseResponse<UserTaskMsgBean>> vedioPlans(); Observable<BaseResponse<UserTaskMsgBean>> vedioPlans();
>>>>>>> cb2ffa05e5c027ec30d75fc7298c1e0c249a8eb5
/** /**
* 默认http工厂 * 默认http工厂
*/ */
......
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