mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2025-03-10 16:30:07 +08:00
Fix gRPC gpc.gaetway.vega.v1.Status
not defined (#385)
``` pgc/gaetway/vega/v1/vega.proto:47:5: "Status" is not defined. ```
This commit is contained in:
parent
c22ed9857d
commit
dec9181f39
@ -2,6 +2,7 @@ syntax = "proto3";
|
||||
|
||||
package pgc.gateway.vega.v1;
|
||||
|
||||
import "bilibili/rpc/status.proto";
|
||||
import "google/protobuf/any.proto";
|
||||
import "google/protobuf/empty.proto";
|
||||
|
||||
@ -44,7 +45,7 @@ message FrameOption {
|
||||
//
|
||||
bool is_ack = 4;
|
||||
//
|
||||
Status status = 5;
|
||||
bilibili.rpc.Status status = 5;
|
||||
//
|
||||
string ack_origin = 6;
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user