Commit 4357e5b3 by sikang

update api

parent 0b8f17a9
......@@ -57,7 +57,7 @@ public interface UploadApi {
@Multipart
/*@PUT("/loanapp/verify/face") face++*/
@PUT("/loanapp/verify/yitu")
Call<BasicAck> faceVerify(@Query("loanType") String loanType,
Observable<BasicAck> faceVerify(@Query("loanType") String loanType,
@Query("amount") double amount,
@Query("period") int period,
@Query("periodUnit") String periodUnit,
......
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