Merge branch 'cc20250207_optimize_v2.5' into cc_20250211_v2.6
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user