Files
wechat_ipad_pro/protobuf/wechat_proto/QYOpLog.proto
2026-02-17 13:06:23 +08:00

15 lines
247 B
Protocol Buffer

syntax = "proto2";
import "wechat.proto";
package wechat_proto;
option go_package = "../wechat";
message QYOpLogRequest{
optional int64 type = 1;
optional bytes V = 2;
}
message ModInfo{
optional uint32 cmd=1;
optional string value=2;
}