update
This commit is contained in:
parent
c5a2ad4b37
commit
677abd6684
|
@ -10667,7 +10667,7 @@ type CSUpdateAttribute struct {
|
||||||
sizeCache protoimpl.SizeCache
|
sizeCache protoimpl.SizeCache
|
||||||
unknownFields protoimpl.UnknownFields
|
unknownFields protoimpl.UnknownFields
|
||||||
|
|
||||||
Tp int32 `protobuf:"varint,1,opt,name=Tp,proto3" json:"Tp,omitempty"` // 1.更新新手引导阶段 2.跳过新手引导
|
Tp int32 `protobuf:"varint,1,opt,name=Tp,proto3" json:"Tp,omitempty"` // 1.更新新手引导阶段 2.跳过新手引导 3.更新新手引导状态(测试用)
|
||||||
Param []int64 `protobuf:"varint,2,rep,packed,name=Param,proto3" json:"Param,omitempty"`
|
Param []int64 `protobuf:"varint,2,rep,packed,name=Param,proto3" json:"Param,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1325,7 +1325,7 @@ message WindowsInfo{
|
||||||
|
|
||||||
//PACKET_CSUpdateAttribute
|
//PACKET_CSUpdateAttribute
|
||||||
message CSUpdateAttribute{
|
message CSUpdateAttribute{
|
||||||
int32 Tp = 1; // 1.更新新手引导阶段 2.跳过新手引导
|
int32 Tp = 1; // 1.更新新手引导阶段 2.跳过新手引导 3.更新新手引导状态(测试用)
|
||||||
repeated int64 Param = 2;
|
repeated int64 Param = 2;
|
||||||
}
|
}
|
||||||
//PACKET_SCUpdateAttribute
|
//PACKET_SCUpdateAttribute
|
||||||
|
|
Loading…
Reference in New Issue