点击或拖拽改变大小
盛派网络

SenparcWeixinSetting 类

Senparc.Weixin SDK 官方教程《微信开发深度解析》已出版,支持中国开源事业,请【购买正版】
《微信公众号+小程序》视频课程已经上线,【点击这里】学习!

NeuChar(纽插)已经上线,为开发者提供一站式跨平台管理枢纽,并可将应用入驻到 NeuChar 应用商店!新功能正在不断增加中,快来使用吧! https://www.neuchar.com
在线动态微信接口 Swagger WebApi 文档: https://weixin.senparc.com:8039

Senparc.Weixin JSON 配置

继承层次

命名空间:  Senparc.Weixin.Entities
程序集:  Senparc.Weixin (在 Senparc.Weixin.dll 中) 版本:6.5.0.26158
语法
public class SenparcWeixinSetting : SenparcWeixinSettingItem

SenparcWeixinSetting 类型公开以下成员。

构造函数
  名称说明
公共方法SenparcWeixinSetting
SenparcWeixinSetting 构造函数
公共方法SenparcWeixinSetting(Boolean)
SenparcWeixinSetting 构造函数
Top
属性
  名称说明
公共属性AgentToken (继承自 SenparcWeixinSettingItem。)
公共属性AgentUrl (继承自 SenparcWeixinSettingItem。)
公共属性Component_Appid
Component_Appid
(继承自 SenparcWeixinSettingItem。)
公共属性Component_EncodingAESKey
全局统一的 Component_EncodingAESKey(非必须)
(继承自 SenparcWeixinSettingItem。)
公共属性Component_Secret
Component_Secret
(继承自 SenparcWeixinSettingItem。)
公共属性Component_Token
全局统一的 Component_Token(非必须)
(继承自 SenparcWeixinSettingItem。)
公共属性EncodingAESKey
公众号消息加密Key
(继承自 SenparcWeixinSettingItem。)
公共属性IsDebug
是否处于 Debug 状态(仅限微信范围)
公共属性ItemKey
唯一标识
(继承自 SenparcWeixinSettingItem。)
公共属性Items
系统中所有微信设置的参数,默认已经添加一个 Key 为“Default”的对象
公共属性SenparcWechatAgentKey (继承自 SenparcWeixinSettingItem。)
公共属性TenPayV3_AppId
微信支付AppId
(继承自 SenparcWeixinSettingItem。)
公共属性TenPayV3_AppSecret
微信支付AppSecert
(继承自 SenparcWeixinSettingItem。)
公共属性TenPayV3_CertPath
微信支付证书位置(物理路径),在 .NET Core 下执行 TenPayV3InfoCollection.Register() 方法会为 HttpClient 自动添加证书
(继承自 SenparcWeixinSettingItem。)
公共属性TenPayV3_CertSecret
微信支付证书密码,在 .NET Core 下执行 TenPayV3InfoCollection.Register() 方法会为 HttpClient 自动添加证书
(继承自 SenparcWeixinSettingItem。)
公共属性TenPayV3_Key
MchKey
(继承自 SenparcWeixinSettingItem。)
公共属性TenPayV3_MchId
MchId(商户ID)
(继承自 SenparcWeixinSettingItem。)
公共属性TenPayV3_SubAppId
特约商户微信支付 子商户AppID
(继承自 SenparcWeixinSettingItem。)
公共属性TenPayV3_SubAppSecret
特约商户微信支付 子商户AppSecret
(继承自 SenparcWeixinSettingItem。)
公共属性TenPayV3_SubMchId
特约商户微信支付 子商户ID,没有可留空
(继承自 SenparcWeixinSettingItem。)
公共属性TenPayV3_TenpayNotify
微信支付TenpayNotify
(继承自 SenparcWeixinSettingItem。)
公共属性TenPayV3_WxOpenTenpayNotify
小程序微信支付WxOpenTenpayNotify
(继承自 SenparcWeixinSettingItem。)
公共属性Token
公众号Token
(继承自 SenparcWeixinSettingItem。)
公共属性WeixinAppId
公众号AppId
(继承自 SenparcWeixinSettingItem。)
公共属性WeixinAppSecret
公众号AppSecret
(继承自 SenparcWeixinSettingItem。)
公共属性WeixinCorpId
企业微信CorpId(全局)
(继承自 SenparcWeixinSettingItem。)
公共属性WeixinCorpSecret
企业微信CorpSecret(和 AgentId对应)
(继承自 SenparcWeixinSettingItem。)
公共属性WeixinPay_AppId
WeixinPay_AppId(微信支付V2)
(继承自 SenparcWeixinSettingItem。)
公共属性WeixinPay_AppKey
WeixinPay_AppKey(微信支付V2)
(继承自 SenparcWeixinSettingItem。)
公共属性WeixinPay_Key
WeixinPay_Key(微信支付V2)
(继承自 SenparcWeixinSettingItem。)
公共属性WeixinPay_PartnerId
WeixinPay_PartnerId(微信支付V2)
(继承自 SenparcWeixinSettingItem。)
公共属性WeixinPay_TenpayNotify
WeixinPay_TenpayNotify(微信支付V2)
(继承自 SenparcWeixinSettingItem。)
公共属性WxOpenAppId
小程序AppId
(继承自 SenparcWeixinSettingItem。)
公共属性WxOpenAppSecret
小程序AppSecret
(继承自 SenparcWeixinSettingItem。)
公共属性WxOpenEncodingAESKey
小程序EncodingAESKey
(继承自 SenparcWeixinSettingItem。)
公共属性WxOpenToken
小程序 Token
(继承自 SenparcWeixinSettingItem。)
Top
方法
  名称说明
公共方法静态成员BuildFromWebConfig
Top
扩展方法
  名称说明
公共扩展器方法Serialize
序列化对象
(由 StackExchangeRedisExtensions 定义。)
公共扩展器方法ToHashEntries
Serialize in Redis format
(由 RedisUtils 定义。)
公共扩展器方法ToJson
把数据转换为Json格式(使用Newtonsoft.Json.dll)
(由 ObjectExtensions 定义。)
Top
参见