GITLAB
zhangqijia
/
Pro2dProtoBuffers
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
a129b7ce326c4e451504f39ae67de9951b87f008
Authored by
zhangqijia
2022-12-15 14:46:38 +0800
1 parent
1dcfee63
fix: activity 更新通知
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
activity.proto
Inline
Side-by-side
activity.proto
Wrap text
Show/Hide comments
View file @
a129b7c
...
...
@@ -16,6 +16,7 @@ message ActivitySignReq {
16
16
17
17
message ActivitySignRsp {
18
18
string reward = 1;
19
+ map<int32,int32> act_data = 2;
19
20
}
20
21
21
22
message ActivityPropertyNty {
...
...