thrift-related/original_split_proto_files/ReqAdWatch.proto
2026-04-03 14:53:09 +08:00

10 lines
123 B
Protocol Buffer

syntax = "proto3";
package Byway.Thrift.Data.Net;
option go_package = "../msg";
message ReqAdWatch{
int32 Type = 1;
}