Merge branch 'master' into cc_20250218_V2.5.1

This commit is contained in:
苏竹红
2025-02-19 09:37:44 +08:00
11 changed files with 72 additions and 31 deletions

View File

@@ -95,6 +95,10 @@ public class PCTestController {
return ResponseResult.success(dataHandleService.dataHandleService(shopId));
}
@GetMapping("/dataHandleServiceV25")
public ResponseResult<Integer> dataHandleServiceV25(){
return ResponseResult.success(dataHandleService.dataHandleServiceV25());
}
@GetMapping("/licenseSync")
public ResponseResult<Boolean> licenseSync(){