zhaojs
2023-09-15 fc13938ff90213060532d99a600dea4a84456885
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
using System;
using System.Collections.Generic;
using System.Text;
 
namespace WeiXinKfSDK
{
    public class WeiXinKfSetting
    {
        public static string _Token = "u5tsOEqTNBwKcxgGoL";
 
        public static string _encodingAESKey = "XIkbuXu67vOwOcWWpZ1mAdOGxJn6Gs6B6YozPHgFAhE";
 
        /// <summary>
        /// 企业id
        /// </summary>
        public static string _comId = "wwdfcf5561a59957cb";
 
        public static string _secret = "vTvy8_XBlq95dWTkUMfhKSQ8q7zDNeUwZpa-ZnzEyPI";
 
 
        /// <summary>
        /// 公众号信息
        /// </summary>
        public static string _gzhAppid = "wxc74c0ee1cf8efafd";
 
        public static string _gzhSecret = "09a167f476e37b5447ee5ece5fadec1b";
 
        /// <summary>
        /// 企微信息
        /// </summary>
        public static string _qwCorpid = "wwdfcf5561a59957cb";
 
        public static string _qwSecret = "FfYTkp9XCrNNX_m1Ckyqm_Ty08nDYcDnd_qFwLjheWw";
    }
}