管灌系统巡查员智能手机App
app/src/main/java/com/dayu/pipirrapp/net/ApiService.java
@@ -58,8 +58,8 @@
    Call<BaseResponse> uploadFiles(@PartMap Map<String, RequestBody> map);
    @Multipart
    @POST(Constants.BASE_URL + "app/webFile/upPhoto")
    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+"/app/captcha/get")