|
|
@@ -24,7 +24,9 @@ import lombok.extern.slf4j.Slf4j;
|
|
|
import org.apache.commons.collections4.CollectionUtils;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
|
|
|
+import java.io.Serial;
|
|
|
import java.util.HashMap;
|
|
|
import java.util.Map;
|
|
|
import java.util.UUID;
|
|
|
@@ -34,6 +36,7 @@ import java.util.UUID;
|
|
|
*/
|
|
|
@Data
|
|
|
@Slf4j
|
|
|
+@Service
|
|
|
public class TencentOrcSignService implements BizHandler<TencentOcrSignParam, OcrParamVO>{
|
|
|
|
|
|
private final String CODE = "0";
|