no message
This commit is contained in:
@ -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 {
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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}")
|
||||||
|
|||||||
Reference in New Issue
Block a user