Commit 8dc1a8e3 by 段启岩

解码修改

parent 9de07a48
...@@ -97,7 +97,7 @@ public class TopicApi { ...@@ -97,7 +97,7 @@ public class TopicApi {
@Anonymous @Anonymous
@ApiOperation("话题详情") @ApiOperation("话题详情")
@GetMapping("/topic/{identification}") @GetMapping("/topic/{identification:.+}")
public Response getTopic(@PathVariable("identification") String identification, @RequestParam(value = "by", required = false) String by) { public Response getTopic(@PathVariable("identification") String identification, @RequestParam(value = "by", required = false) String by) {
TopicAccessWay topicAccessWay; TopicAccessWay topicAccessWay;
......
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