Skip to content

Commit e95532e

Browse files
committed
update upload
1 parent 1b80acb commit e95532e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

bilibili-webapp/upload.proto

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,14 @@ message InitPartReq {
5959
Body body = 10;
6060
}
6161

62-
message Uptoken {
63-
string upload_token = 1;
64-
}
65-
6662
message InitPartRes {
6763
int32 code = 1;
6864
string message = 2;
6965
int32 ttl = 3;
70-
Uptoken data = 10;
66+
message Data {
67+
string upload_token = 1;
68+
}
69+
Data data = 10;
7170
}
7271

7372
message UploadPartReq {

0 commit comments

Comments
 (0)