Commit 9d89d2a89290f636e49c03774295a69e90e6d317
1 parent
ed01adaa
fix: 定时任务 每天/每周
Showing
2 changed files
with
5 additions
and
0 deletions
Show diff stats
activity.proto
| @@ -22,4 +22,8 @@ message ActivitySignRsp { | @@ -22,4 +22,8 @@ message ActivitySignRsp { | ||
| 22 | message ActivityPropertyNty { | 22 | message ActivityPropertyNty { |
| 23 | repeated string keys = 1; | 23 | repeated string keys = 1; |
| 24 | models.Activity activity = 2; | 24 | models.Activity activity = 2; |
| 25 | +} | ||
| 26 | + | ||
| 27 | +message ActivityCirNty { | ||
| 28 | + string reward = 1; | ||
| 25 | } | 29 | } |
| 26 | \ No newline at end of file | 30 | \ No newline at end of file |
protocode.proto
| @@ -63,5 +63,6 @@ enum ProtoCode | @@ -63,5 +63,6 @@ enum ProtoCode | ||
| 63 | EquipmentAddNty = 1007; | 63 | EquipmentAddNty = 1007; |
| 64 | StoreUpdatePropertyNty = 1008; | 64 | StoreUpdatePropertyNty = 1008; |
| 65 | ActivityPropertyNty = 1009; | 65 | ActivityPropertyNty = 1009; |
| 66 | + ActivityCirNty = 1010; | ||
| 66 | 67 | ||
| 67 | } | 68 | } |
| 68 | \ No newline at end of file | 69 | \ No newline at end of file |