Commit 4357e5b3 by sikang

update api

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