From 9d89d2a89290f636e49c03774295a69e90e6d317 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Thu, 5 Jan 2023 10:32:39 +0800 Subject: [PATCH] fix: 定时任务 每天/每周 --- activity.proto | 4 ++++ protocode.proto | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/activity.proto b/activity.proto index 5d9291e..2cc6567 100644 --- a/activity.proto +++ b/activity.proto @@ -22,4 +22,8 @@ message ActivitySignRsp { message ActivityPropertyNty { repeated string keys = 1; models.Activity activity = 2; +} + +message ActivityCirNty { + string reward = 1; } \ No newline at end of file diff --git a/protocode.proto b/protocode.proto index 0113505..51c7872 100644 --- a/protocode.proto +++ b/protocode.proto @@ -63,5 +63,6 @@ enum ProtoCode EquipmentAddNty = 1007; StoreUpdatePropertyNty = 1008; ActivityPropertyNty = 1009; + ActivityCirNty = 1010; } \ No newline at end of file -- libgit2 0.21.2