|
@@ -31,7 +31,7 @@ type AddActivityReq struct {
|
|
|
|
|
|
type AddActivityResp struct {
|
|
type AddActivityResp struct {
|
|
Points int `description:"点数"`
|
|
Points int `description:"点数"`
|
|
- AddType int `description:"添加类型,1成功,2失败"`
|
|
|
|
|
|
+ AddType int `description:"添加类型,1成功(扣点数),2成功(不扣点数),3失败"`
|
|
}
|
|
}
|
|
|
|
|
|
type CalendarResearcher struct {
|
|
type CalendarResearcher struct {
|