Commit 9d89d2a89290f636e49c03774295a69e90e6d317

Authored by zhangqijia
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 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
... ... @@ -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
... ...