管灌系统巡查员智能手机App
app/src/main/java/com/dayu/pipirrapp/net/ApiService.java
@@ -58,11 +58,11 @@
    Call<BaseResponse> uploadFiles(@PartMap Map<String, RequestBody> map);
    @Multipart
    @POST(Constants.BASE_URL + "file/upload")
    Call<BaseResponse> uploadFile(@Part("description") RequestBody description, @Part MultipartBody.Part file);
    @POST(Constants.BASE_URL + "/app/webFile/upPhoto")
    Call<BaseResponse> uploadFile(@Part MultipartBody.Part file,@Part("description") RequestBody description);
    //获取验证码
    @GET(Constants.BASE_URL+":8088/app/captcha/get")
    @GET(Constants.BASE_URL+"/app/captcha/get")
    Observable<CodeResult> getCode(@QueryMap Map<String, Object> params);
    @GET()