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
9d89d2a89290f636e49c03774295a69e90e6d317
Authored by
zhangqijia
2023-01-05 10:32:39 +0800
1 parent
ed01adaa
fix: 定时任务 每天/每周
Showing
2 changed files
with
5 additions
and
0 deletions
Show diff stats
activity.proto
protocode.proto
Inline
Side-by-side
activity.proto
Wrap text
Show/Hide comments
View file @
9d89d2a
...
...
@@ -22,4 +22,8 @@ message ActivitySignRsp {
22
22
message ActivityPropertyNty {
23
23
repeated string keys = 1;
24
24
models.Activity activity = 2;
25
+}
26
+
27
+message ActivityCirNty {
28
+ string reward = 1;
25
29
}
26
30
\ No newline at end of file
...
...
protocode.proto
Wrap text
Show/Hide comments
View file @
9d89d2a
...
...
@@ -63,5 +63,6 @@ enum ProtoCode
63
63
EquipmentAddNty = 1007;
64
64
StoreUpdatePropertyNty = 1008;
65
65
ActivityPropertyNty = 1009;
66
+ ActivityCirNty = 1010;
66
67
67
68
}
68
69
\ No newline at end of file
...
...