feat(settings): support per-channel WeChat OAuth and persist payment options
This commit is contained in:
@@ -115,8 +115,15 @@ const (
|
||||
SettingKeyWeChatConnectEnabled = "wechat_connect_enabled"
|
||||
SettingKeyWeChatConnectAppID = "wechat_connect_app_id"
|
||||
SettingKeyWeChatConnectAppSecret = "wechat_connect_app_secret"
|
||||
SettingKeyWeChatConnectOpenAppID = "wechat_connect_open_app_id"
|
||||
SettingKeyWeChatConnectOpenAppSecret = "wechat_connect_open_app_secret"
|
||||
SettingKeyWeChatConnectMPAppID = "wechat_connect_mp_app_id"
|
||||
SettingKeyWeChatConnectMPAppSecret = "wechat_connect_mp_app_secret"
|
||||
SettingKeyWeChatConnectMobileAppID = "wechat_connect_mobile_app_id"
|
||||
SettingKeyWeChatConnectMobileAppSecret = "wechat_connect_mobile_app_secret"
|
||||
SettingKeyWeChatConnectOpenEnabled = "wechat_connect_open_enabled"
|
||||
SettingKeyWeChatConnectMPEnabled = "wechat_connect_mp_enabled"
|
||||
SettingKeyWeChatConnectMobileEnabled = "wechat_connect_mobile_enabled"
|
||||
SettingKeyWeChatConnectMode = "wechat_connect_mode"
|
||||
SettingKeyWeChatConnectScopes = "wechat_connect_scopes"
|
||||
SettingKeyWeChatConnectRedirectURL = "wechat_connect_redirect_url"
|
||||
|
||||
Reference in New Issue
Block a user