Commit 2cedafc4 by songzhenmin

fix:取消token验证

parent 68684116
...@@ -25,7 +25,6 @@ public class SysConfigController { ...@@ -25,7 +25,6 @@ public class SysConfigController {
* @return * @return
*/ */
@PostMapping("getSysConfigByKey") @PostMapping("getSysConfigByKey")
@Token
@Audit(type = AuditLogType.REFRESH) @Audit(type = AuditLogType.REFRESH)
@ApiOperation("根据key查询系统配置") @ApiOperation("根据key查询系统配置")
public Result<Boolean> sysConfigReq(@RequestBody SysConfigReq sysConfigReq) { public Result<Boolean> sysConfigReq(@RequestBody SysConfigReq sysConfigReq) {
......
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