1、百度文字审核、图片审核、视频审核、身份证照片识别、语音转文字工具类封装
2、语音转文字识别接口、身份证照片识别接口
@Component
@EnableScheduling
@EnableAsync
@AllArgsConstructor
@CrossOrigin
@Async
@PostConstruct
@Scheduled(cron = "0 0 0/1 * * ?")
@ApiImplicitParams({ @ApiImplicitParam(name = "code", value = "区划编号", paramType = "query", dataType = "string"), @ApiImplicitParam(name = "name", value = "区划名称", paramType = "query", dataType = "string") })
String url = unifiedPaymentConfig.getSendUrl() + WECHAT_JSAPI_PAY_TRANSACTIONS_URL;