1 2 3 4 5 6 7
//! 开放平台(第三方平台)配置存储默认实现。 //! //! 对应 Java `me.chanjar.weixin.open.api.impl.WxOpenInMemoryConfigStorage`。 pub mod wx_open_default_config_impl; pub use wx_open_default_config_impl::WxOpenDefaultConfig;