Skip to content

Commit ee16048

Browse files
committed
fix: session_id 修改为string 支持UUID等格式
1 parent 202c365 commit ee16048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protos/account.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ message SyncAccountInfo {
180180
message SyncAccountUserInfoRequest {
181181
// session id during one same data sync operation
182182
// the scheduler can only process the same data once with the same session_id.
183-
uint64 session_id = 1;
183+
string session_id = 1;
184184
repeated SyncAccountInfo sync_accounts = 2;
185185
}
186186

0 commit comments

Comments
 (0)