no message

This commit is contained in:
2025-09-29 12:20:07 +08:00
parent bf1b956564
commit f3f844faf1
2 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,6 @@ import java.util.Map;
@Slf4j @Slf4j
@Service @Service
@Component @Component
@RefreshScope
public class ReceiveServiceImpl implements ReceiveService { public class ReceiveServiceImpl implements ReceiveService {

View File

@ -27,11 +27,8 @@ import java.util.Map;
*/ */
@Slf4j @Slf4j
@Service @Service
@RefreshScope
public class ThirdPartyForwardServiceImpl implements ThirdPartyForwardService { public class ThirdPartyForwardServiceImpl implements ThirdPartyForwardService {
@Value("${third-party.platform.api-url}")
private String URL;
@Value("${third-party.platform.app-id}") @Value("${third-party.platform.app-id}")
private String appId; private String appId;
@Value("${third-party.platform.access-token}") @Value("${third-party.platform.access-token}")