Skip to content

OkHttpTask.java 第115行 method应该是patch,不是put #28

@chenlvmao

Description

@chenlvmao

OkHttpTask.java 第115行 method应该是patch,不是put
case PATCH:
RequestBody bodyPatch = params.getRequestBody();
if (bodyPatch != null) {
builder.put(new ProgressRequestBody(bodyPatch, this));
}
break;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions