正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
@@ -53,9 +53,9 @@ func (controller *NoticeSettingController) AddNoticeSetting() { | @@ -53,9 +53,9 @@ func (controller *NoticeSettingController) AddNoticeSetting() { | ||
53 | 53 | ||
54 | func (controller *NoticeSettingController) NoticeSettingProfile() { | 54 | func (controller *NoticeSettingController) NoticeSettingProfile() { |
55 | data := map[string]interface{}{ | 55 | data := map[string]interface{}{ |
56 | - "module": domain.GetNoticeModuleList(), | ||
57 | - "moduleAction": domain.GetNoticeModuleActionList(), | ||
58 | - "paramList": domain.GetNoticeSettingParamList(""), | 56 | + "moduleList": domain.GetNoticeModuleList(), |
57 | + "moduleActionList": domain.GetNoticeModuleActionList(), | ||
58 | + "paramList": domain.GetNoticeSettingParamList(""), | ||
59 | } | 59 | } |
60 | controller.Response(data, nil) | 60 | controller.Response(data, nil) |
61 | } | 61 | } |
-
请 注册 或 登录 后发表评论