wx-rust-open 0.1.0

WxRust 开放平台(第三方平台)模块(对应 weixin-java-open)
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! 开放平台(第三方平台)枚举与 URL 常量。

pub mod url_core;
pub mod url_ma_domain;

pub use url_core::{
    api_authorizer_token_url, api_component_token_url, api_create_preauthcode_url,
    api_get_authorizer_info_url, api_get_authorizer_list_url, api_query_auth_url,
    api_start_push_ticket_url, component_login_page_url, component_mobile_login_page_url,
    get_authorizer_option_url, set_authorizer_option_url,
};