Commit ce8d062b authored by lcl's avatar lcl

u

parent 982466bc
...@@ -79,7 +79,7 @@ public class SysConfigController extends BaseController { ...@@ -79,7 +79,7 @@ public class SysConfigController extends BaseController {
* *
* @param configKey 参数Key * @param configKey 参数Key
*/ */
@GetMapping(value = "/{configKey}") @GetMapping(value = "/key/{configKey}")
public R<SysConfig> getConfig(@PathVariable String configKey) { public R<SysConfig> getConfig(@PathVariable String configKey) {
return R.ok(configService.selectConfigByKey(configKey)); return R.ok(configService.selectConfigByKey(configKey));
} }
......
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