WANG 6 lat temu
rodzic
commit
3304f08046

+ 2 - 2
examcloud-core-basic-api-provider/src/main/java/cn/com/qmth/examcloud/core/basic/api/controller/SysConfigController.java

@@ -12,7 +12,7 @@ import cn.com.qmth.examcloud.web.support.ControllerSupport;
 import io.swagger.annotations.ApiOperation;
 
 /**
- * 类注释
+ * 系统配置
  *
  * @author WANGWEI
  * @date 2018年12月3日
@@ -26,7 +26,7 @@ public class SysConfigController extends ControllerSupport {
 	@Autowired
 	SysConfigService sysConfigService;
 
-	@ApiOperation(value = "查询所有应用")
+	@ApiOperation(value = "查询系统配置")
 	@GetMapping("{key}")
 	public Object get(@PathVariable String key) {
 		Object object = sysConfigService.get(key);