MrShi
4 天以前 1c20c8231980a8d4b91688ff8641a06d3b2f68ab
server/visits/dmvisit_service/src/main/java/com/doumee/core/wx/wxPlat/WxPlatConfig.java
@@ -17,13 +17,13 @@
 * @Author : Rk
 * @create 2023/12/27 9:30
 */
@Configuration
//@Configuration
public class WxPlatConfig {
    @Autowired
    private SystemDictDataBiz systemDictDataBiz;
    @Bean
//    @Bean
    public WxMpConfigStorage wxMpConfigStorage() {
        WxMpDefaultConfigImpl configStorage = new WxMpDefaultConfigImpl();
        // 公众号appId
@@ -43,7 +43,7 @@
     *
     * @return
     */
    @Bean
//    @Bean
    public WxMpService wxMpService() {
        WxMpService wxMpService = new WxMpServiceImpl();
        wxMpService.setWxMpConfigStorage(wxMpConfigStorage());