Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proto/common/v2/common.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
syntax = "proto2";
syntax = "proto3";

Check failure on line 1 in proto/common/v2/common.proto

View workflow job for this annotation

GitHub Actions / buf

File syntax changed from "proto2" to "proto3".

package common.v2;

Expand All @@ -13,17 +13,17 @@
optional uint32 flag = 9;
optional uint32 env_id = 10;
optional uint32 locale_id = 11;
optional string qimei = 12;

Check failure on line 16 in proto/common/v2/common.proto

View workflow job for this annotation

GitHub Actions / buf

Field "12" with name "qimei" on message "SsoReserveFields" changed UTF8 validation from NONE to VERIFY.

Check failure on line 16 in proto/common/v2/common.proto

View workflow job for this annotation

GitHub Actions / buf

Field "12" with name "qimei" on message "SsoReserveFields" changed Java string UTF8 validation from "NONE" to "VERIFY".
optional bytes env = 13;
optional uint32 new_conn_flag = 14;
optional string trace_parent = 15;

Check failure on line 19 in proto/common/v2/common.proto

View workflow job for this annotation

GitHub Actions / buf

Field "15" with name "trace_parent" on message "SsoReserveFields" changed UTF8 validation from NONE to VERIFY.

Check failure on line 19 in proto/common/v2/common.proto

View workflow job for this annotation

GitHub Actions / buf

Field "15" with name "trace_parent" on message "SsoReserveFields" changed Java string UTF8 validation from "NONE" to "VERIFY".
optional string uid = 16;

Check failure on line 20 in proto/common/v2/common.proto

View workflow job for this annotation

GitHub Actions / buf

Field "16" with name "uid" on message "SsoReserveFields" changed UTF8 validation from NONE to VERIFY.

Check failure on line 20 in proto/common/v2/common.proto

View workflow job for this annotation

GitHub Actions / buf

Field "16" with name "uid" on message "SsoReserveFields" changed Java string UTF8 validation from "NONE" to "VERIFY".
optional uint32 imsi = 18;
optional uint32 network_type = 19;
optional uint32 ip_stack_type = 20;
optional uint32 msg_type = 21;
optional string trpc_rsp = 22;

Check failure on line 25 in proto/common/v2/common.proto

View workflow job for this annotation

GitHub Actions / buf

Field "22" with name "trpc_rsp" on message "SsoReserveFields" changed UTF8 validation from NONE to VERIFY.

Check failure on line 25 in proto/common/v2/common.proto

View workflow job for this annotation

GitHub Actions / buf

Field "22" with name "trpc_rsp" on message "SsoReserveFields" changed Java string UTF8 validation from "NONE" to "VERIFY".
map<string, string> trans_info = 23;

Check failure on line 26 in proto/common/v2/common.proto

View workflow job for this annotation

GitHub Actions / buf

Field "1" with name "key" on message "TransInfoEntry" changed Java string UTF8 validation from "NONE" to "VERIFY".
optional SsoSecureInfo sec_info = 24;
optional uint32 sec_sig_flag = 25;
optional uint32 nt_core_version = 26;
Expand Down
2 changes: 1 addition & 1 deletion proto/login/v2/login.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
syntax = "proto2";
syntax = "proto3";

package login.v2;

Expand Down
2 changes: 1 addition & 1 deletion proto/message/v2/message.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
syntax = "proto2";
syntax = "proto3";

package message.v2;

Expand Down
2 changes: 1 addition & 1 deletion proto/notify/v2/notify.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
syntax = "proto2";
syntax = "proto3";

package notify.v2;

Expand Down
2 changes: 1 addition & 1 deletion proto/service/highway/v2/highway.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
syntax = "proto2";
syntax = "proto3";

package service.highway.v2;

Expand Down
2 changes: 1 addition & 1 deletion proto/service/v2/oidb.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
syntax = "proto2";
syntax = "proto3";

package service.v2;

Expand Down
2 changes: 1 addition & 1 deletion proto/service/v2/operation.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
syntax = "proto2";
syntax = "proto3";

package service.v2;

Expand Down
2 changes: 1 addition & 1 deletion proto/system/v2/system.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
syntax = "proto2";
syntax = "proto3";
package system.v2;

import "message/v2/message.proto";
Expand Down