Commit 2cedafc4 by songzhenmin

fix:取消token验证

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