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