Commit 0a571884 authored by 刘基明's avatar 刘基明

正文乱码 reset

parent 8738bb0d
...@@ -48,7 +48,7 @@ public class ThemeController { ...@@ -48,7 +48,7 @@ public class ThemeController {
@AuthLogin @AuthLogin
@ApiOperation("主题正文") @ApiOperation("主题正文")
@GetMapping(value = "/detail",produces = "text/plain; charset=UTF-8") @GetMapping(value = "/detail")
@ResponseBody @ResponseBody
public CommonResp<ThemeQo> getDetail(@RequestParam(value = "themeId") String themeId) { public CommonResp<ThemeQo> getDetail(@RequestParam(value = "themeId") String themeId) {
String userId = userHolder.getUserId(); String userId = userHolder.getUserId();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment