Commit d717d822 by sikang

Merge branch 'master' of ssh://47.100.14.92:2289/sikang/lib_base

add moxie
.
parents 16195d52 4f1daaa7
......@@ -71,7 +71,7 @@ public interface LoanApi {
* 取消贷款
*/
@FormUrlEncoded
@POST("loanapp/stop")
@POST("loanapp/cancel")
Observable<ResponseBody> cancelLoan(@Field("loanAppId") String loanAppId,
@Header("X-AUTH-TOKEN") String token);
......
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