Commit a129b7ce326c4e451504f39ae67de9951b87f008
1 parent
1dcfee63
fix: activity 更新通知
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
activity.proto
| @@ -16,6 +16,7 @@ message ActivitySignReq { | @@ -16,6 +16,7 @@ message ActivitySignReq { | ||
| 16 | 16 | ||
| 17 | message ActivitySignRsp { | 17 | message ActivitySignRsp { |
| 18 | string reward = 1; | 18 | string reward = 1; |
| 19 | + map<int32,int32> act_data = 2; | ||
| 19 | } | 20 | } |
| 20 | 21 | ||
| 21 | message ActivityPropertyNty { | 22 | message ActivityPropertyNty { |