feat: switch mini program recharge to virtual payment
This commit is contained in:
@@ -116,6 +116,7 @@ pub struct WechatIdentityProfile {
|
||||
pub provider_union_id: Option<String>,
|
||||
pub display_name: Option<String>,
|
||||
pub avatar_url: Option<String>,
|
||||
pub session_key: Option<String>,
|
||||
}
|
||||
|
||||
/// 已绑定微信身份快照。
|
||||
@@ -124,6 +125,7 @@ pub struct WechatIdentityRecord {
|
||||
pub user_id: String,
|
||||
pub provider_uid: String,
|
||||
pub provider_union_id: Option<String>,
|
||||
pub session_key: Option<String>,
|
||||
}
|
||||
|
||||
/// 微信授权 state 快照。
|
||||
|
||||
Reference in New Issue
Block a user