| | |
| | | package com.panzhihua.common.service.community; |
| | | |
| | | import com.panzhihua.common.model.dtos.AppletesBackstageConfigDTO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.SystemmanagementConfigVO; |
| | | import com.panzhihua.common.model.vos.community.*; |
| | |
| | | */ |
| | | @PostMapping("putcommngstructbuildtype") |
| | | R putComMngStructBuildType(@RequestBody SystemmanagementConfigVO systemmanagementConfigVO); |
| | | |
| | | /** |
| | | * 获取广告跳转内容配置 |
| | | * @return 跳转内容集合 |
| | | */ |
| | | @PostMapping("getjumpcontent") |
| | | R getJumpContent(); |
| | | |
| | | /** |
| | | * 编辑运营后台系统配置 |
| | | * @param appletesBackstageConfigDTO 编辑内容 |
| | | * @return 编辑结果 |
| | | */ |
| | | @PostMapping("putconfig") |
| | | R putConfig(@RequestBody AppletesBackstageConfigDTO appletesBackstageConfigDTO); |
| | | } |