Commit ba8611ea authored by mengcuiguang2's avatar mengcuiguang2

删除游客登录接口,添加支付宝登录

parent eca25e05
......@@ -324,13 +324,13 @@ public interface LoanService {
/**
* 支付宝提交
*/
@POST("api/user/appClue/reportAlipayMsg")
@POST("api/user/appClue/alipayLogin")
Observable<BaseResponse<UserBean>> reportAlipayMsg(@Body Map<String, Object> vo);
/**
* 获取支付宝授权
*/
@POST("api/user/appClue/alipayLogin")
@POST("api/user/appClue/getAlipayAuthUrl")
Observable<BaseResponse<JsonObject>> getAlipayAuthUrl(@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