正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -53,8 +53,8 @@ func (controller *NoticeSettingController) AddNoticeSetting() { | @@ -53,8 +53,8 @@ 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(), | 56 | + "moduleList": domain.GetNoticeModuleList(), |
| 57 | + "moduleActionList": domain.GetNoticeModuleActionList(), | ||
| 58 | "paramList": domain.GetNoticeSettingParamList(""), | 58 | "paramList": domain.GetNoticeSettingParamList(""), |
| 59 | } | 59 | } |
| 60 | controller.Response(data, nil) | 60 | controller.Response(data, nil) |
-
请 注册 或 登录 后发表评论