|
|
@ -29,7 +29,6 @@ public class UpdateController {
|
|
|
|
private AppUpdateService appUpdateService;
|
|
|
|
private AppUpdateService appUpdateService;
|
|
|
|
|
|
|
|
|
|
|
|
@PostMapping("/checkVersion")
|
|
|
|
@PostMapping("/checkVersion")
|
|
|
|
@GlobalInterceptor
|
|
|
|
|
|
|
|
public Result checkVersion(@VerifyParam(required = true) @RequestParam("platform") String platform,
|
|
|
|
public Result checkVersion(@VerifyParam(required = true) @RequestParam("platform") String platform,
|
|
|
|
@VerifyParam(required = true) @RequestParam("deviceId") String deviceId,
|
|
|
|
@VerifyParam(required = true) @RequestParam("deviceId") String deviceId,
|
|
|
|
@RequestParam("appVersion") String appVersion) {
|
|
|
|
@RequestParam("appVersion") String appVersion) {
|
|
|
|