|
|
|
@ -4,8 +4,10 @@ import com.cyl.wechat.WechatPayConfig;
|
|
|
|
import com.wechat.pay.java.service.payments.jsapi.JsapiService;
|
|
|
|
import com.wechat.pay.java.service.payments.jsapi.JsapiService;
|
|
|
|
import org.springframework.context.annotation.Bean;
|
|
|
|
import org.springframework.context.annotation.Bean;
|
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
|
|
|
|
|
import org.springframework.context.annotation.DependsOn;
|
|
|
|
|
|
|
|
|
|
|
|
@Configuration
|
|
|
|
@Configuration
|
|
|
|
|
|
|
|
@DependsOn("WechatPayData")
|
|
|
|
public class WechatConfig {
|
|
|
|
public class WechatConfig {
|
|
|
|
|
|
|
|
|
|
|
|
@Bean
|
|
|
|
@Bean
|
|
|
|
|