|
@@ -26,7 +26,7 @@ public class DilVersionController {
|
|
|
return dilVersionService.getAppVersion();
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "查询APP版本号")
|
|
|
+ @ApiOperation(value = "查询PDA版本号")
|
|
|
@PostMapping("/getPDAVersion")
|
|
|
public String getPDAVersion() {
|
|
|
return dilVersionService.getPDAVersion();
|