Skip to content

Commit 3bae574

Browse files
committed
feat: app
1 parent e75f873 commit 3bae574

File tree

2 files changed

+79
-64
lines changed

2 files changed

+79
-64
lines changed

user/user.pb.go

+76-63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

user/user.proto

+3-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,9 @@ message getNotificationAccountReq {
314314
string userID = 1;
315315
}
316316

317-
message getNotificationAccountResp {}
317+
message getNotificationAccountResp {
318+
notificationAccountInfo account = 1;
319+
}
318320

319321
message sortQueryReq {
320322
bool asc = 1;

0 commit comments

Comments
 (0)