Merge branch 'cc20250207_optimize_v2.5' into cc_20250211_v2.6

This commit is contained in:
shuo.wang
2025-02-17 15:32:16 +08:00
10 changed files with 37 additions and 4 deletions

View File

@@ -96,6 +96,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(){