Skip to content

Commit 55c52e2

Browse files
committed
update upload byte
1 parent e95532e commit 55c52e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bilibili-webapp/upload.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ service UploadService {
3737
rpc Upload(UploadReq) returns (UploadRes) {
3838
option (google.api.http) = {
3939
post: "/video/v2/upload",
40-
body: "body",
40+
body: "body,byte",
4141
};
4242
}
4343
// 上传图片 https://openhome.bilibili.com/doc/4/0eaa4d3e-c4c0-f874-6f3c-e083aa939a1b

0 commit comments

Comments
 (0)