帮助中心
This commit is contained in:
@@ -27,17 +27,17 @@ public class UserVersionController {
|
|||||||
@Resource
|
@Resource
|
||||||
private SysParamsService sysParamsService;
|
private SysParamsService sysParamsService;
|
||||||
|
|
||||||
// /**
|
/**
|
||||||
// * 获取版本信息
|
* 获取版本信息
|
||||||
// *
|
*
|
||||||
// * @param source 渠道
|
* @param source 渠道
|
||||||
// * @param type 类型
|
* @param type 类型
|
||||||
// * @return VersionDTO
|
* @return VersionDTO
|
||||||
// */
|
*/
|
||||||
// @GetMapping("/version/info/{source}/{type}")
|
@GetMapping("/version/info/{source}/{type}")
|
||||||
// public CzgResult<VersionDTO> getVersionInfo(@PathVariable("source") String source, @PathVariable("type") String type) {
|
public CzgResult<VersionDTO> getVersionInfo(@PathVariable("source") String source, @PathVariable("type") String type) {
|
||||||
// return versionService.getVersionInfo(source, type);
|
return versionService.getVersionInfo(source, type);
|
||||||
// }
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user