Ver Fonte

no message

zhangchuanxing há 1 mês atrás
pai
commit
2b26686f69
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      models/roadshow/calendar.go

+ 1 - 1
models/roadshow/calendar.go

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