@Service
@ConditionalOnProperty(name="translate.type",
havingValue="chatgpt")
public class ChatGptTranslationServiceImpl
extends Object
implements TranslationService
public String translate(TranslationRequest translationRequest)
translate 在接口中 TranslationServiceCopyright © 2025 Pivotal Software, Inc.. All rights reserved.