|
|
@ -56,8 +56,9 @@ public class ScanController { |
|
|
|
*/ |
|
|
|
@RequestMapping("textSyncScan") |
|
|
|
public Result<SyncScanResult> textSyncScan(@RequestBody TextScanParam param) { |
|
|
|
ValidatorUtils.validateEntity(param); |
|
|
|
return scanService.sendTextScan(param); |
|
|
|
//ValidatorUtils.validateEntity(param);
|
|
|
|
//return scanService.sendTextScan(param);
|
|
|
|
return null; |
|
|
|
} |
|
|
|
|
|
|
|
//@RequestMapping("imgAsyncScan")
|
|
|
|