wx-rust-open 0.1.0

WxRust 开放平台(第三方平台)模块(对应 weixin-java-open)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! 开放平台(第三方平台)配置存储。
//!
//! 对应 Java `me.chanjar.weixin.open.api.WxOpenConfigStorage` 包。

pub mod r#impl;
pub mod wx_open_config_storage;
pub mod wx_open_host_config;

pub use wx_open_config_storage::WxOpenConfigStorage;
pub use wx_open_host_config::{
    API_DEFAULT_HOST_URL, MP_DEFAULT_HOST_URL, OPEN_DEFAULT_HOST_URL, WxOpenHostConfig,
};