using System;
using System.Collections.Generic;
using System.Text;
namespace WeiXinKfSDK
{
public class WeiXinKfSetting
{
public static string _Token = "u5tsOEqTNBwKcxgGoL";
public static string _encodingAESKey = "XIkbuXu67vOwOcWWpZ1mAdOGxJn6Gs6B6YozPHgFAhE";
///
/// 企业id
///
public static string _comId = "wwdfcf5561a59957cb";
public static string _secret = "vTvy8_XBlq95dWTkUMfhKSQ8q7zDNeUwZpa-ZnzEyPI";
///
/// 公众号信息
///
public static string _gzhAppid = "wxc74c0ee1cf8efafd";
public static string _gzhSecret = "09a167f476e37b5447ee5ece5fadec1b";
///
/// 企微信息
///
public static string _qwCorpid = "wwdfcf5561a59957cb";
public static string _qwSecret = "FfYTkp9XCrNNX_m1Ckyqm_Ty08nDYcDnd_qFwLjheWw";
}
}