We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95532e commit 55c52e2Copy full SHA for 55c52e2
bilibili-webapp/upload.proto
@@ -37,7 +37,7 @@ service UploadService {
37
rpc Upload(UploadReq) returns (UploadRes) {
38
option (google.api.http) = {
39
post: "/video/v2/upload",
40
- body: "body",
+ body: "body,byte",
41
};
42
}
43
// 上传图片 https://openhome.bilibili.com/doc/4/0eaa4d3e-c4c0-f874-6f3c-e083aa939a1b
0 commit comments