You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
namespace Ds.Module.WeChat
|
|
{
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public class Ds_WechatWork
|
|
{
|
|
public string Ds_CorpId { get; set; } = "企业微信 CorpId";
|
|
public string Ds_AgentId { get; set; } = "企业微信应用的 AgentId";
|
|
public string Ds_AgentSecret { get; set; } = "企业微信应用的 Secret";
|
|
}
|
|
} |