|
|
@ -13,9 +13,11 @@ import org.springframework.context.annotation.Scope; |
|
|
|
@Slf4j |
|
|
|
@Slf4j |
|
|
|
public class WxCpConfigure { |
|
|
|
public class WxCpConfigure { |
|
|
|
|
|
|
|
|
|
|
|
@Value("${corpId}") |
|
|
|
@Value("${wxcp.corpId}") |
|
|
|
private String corpId; |
|
|
|
private String corpId; |
|
|
|
|
|
|
|
@Value("${wxcp.farmAppid}") |
|
|
|
private String farmAppid; |
|
|
|
private String farmAppid; |
|
|
|
|
|
|
|
@Value("${wxcp.farmSecret}") |
|
|
|
private String farmSecret; |
|
|
|
private String farmSecret; |
|
|
|
|
|
|
|
|
|
|
|
@Bean |
|
|
|
@Bean |
|
|
|