|
@@ -24,6 +24,10 @@ type ActivityABaseController struct {
|
|
|
BaseCommonController
|
|
|
}
|
|
|
|
|
|
+type ActivityNoLoginController struct {
|
|
|
+ BaseAuthMobileController
|
|
|
+}
|
|
|
+
|
|
|
// @Title 活动类型列表
|
|
|
// @Description活动类型列表接口
|
|
|
// @Success 200 {object} models.ActivityTypeListResp
|
|
@@ -1692,7 +1696,7 @@ func (this *ActivityCoAntroller) LabelMoreList() {
|
|
|
// @Param IsResearchPoints query string false "是否仅展示研选扣点 1:展示研选扣点、2:展示外部资源 ,1,2两者都展示" //兼容前端
|
|
|
// @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
|
|
@@ -2188,7 +2192,7 @@ func (this *ActivityCoAntroller) CheckAsk() {
|
|
|
// @Param IsPower query int false "是否选择有权限行业 ,1是 0 否 默认0"
|
|
|
// @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
|