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