|
@@ -24,6 +24,10 @@ type ActivityABaseController struct {
|
|
|
BaseCommonController
|
|
|
}
|
|
|
|
|
|
+type ActivityNoLoginController struct {
|
|
|
+ BaseAuthMobileController
|
|
|
+}
|
|
|
+
|
|
|
// @Title 活动类型列表
|
|
|
// @Description活动类型列表接口
|
|
|
// @Success 200 {object} models.ActivityTypeListResp
|
|
@@ -1703,7 +1707,7 @@ func (this *ActivityCoAntroller) LabelMoreList() {
|
|
|
// @Param IsResearch query bool true "是否为研选"
|
|
|
// @Success 200 {object} models.GetCygxActivityListRep
|
|
|
// @router /listNew [get]
|
|
|
-func (this *ActivityCoAntroller) ActivityListNew() {
|
|
|
+func (this *ActivityNoLoginController) ActivityListNew() {
|
|
|
br := new(models.BaseResponse).Init()
|
|
|
defer func() {
|
|
|
this.Data["json"] = br
|
|
@@ -2206,7 +2210,7 @@ func (this *ActivityCoAntroller) CheckAsk() {
|
|
|
// @Param IsResearch query bool true "是否为研选"
|
|
|
// @Success 200 {object} models.ActivityTypeListHomeResp
|
|
|
// @router /labelTypeListV5 [get]
|
|
|
-func (this *ActivityCoAntroller) LabelTypeListV5() {
|
|
|
+func (this *ActivityNoLoginController) LabelTypeListV5() {
|
|
|
br := new(models.BaseResponse).Init()
|
|
|
defer func() {
|
|
|
this.Data["json"] = br
|