Commit 29fdff3a by chentian

代码优化

parent a8d74ae7
...@@ -32,16 +32,6 @@ public class ImageController { ...@@ -32,16 +32,6 @@ public class ImageController {
@Autowired @Autowired
private ImageService imageService; private ImageService imageService;
@Value("${image_url}")
private String image_url;
@GetMapping("/getvalue")
public MapRestResult getvalue() {
//获取token
return MapRestResult.build(202,"测试",image_url);
}
//获取token //获取token
@OperLog(message = "token获取",operation = OperationType.QUERY) @OperLog(message = "token获取",operation = OperationType.QUERY)
@ApiOperation(value = "token获取") @ApiOperation(value = "token获取")
......
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