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