• 大小: 0.79M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 微信  开发  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Concurrent;
using System.Net;
using Newtonsoft.Json;

namespace xrwang.weixin.PublicAccount
{
    /// 
    /// 微信许可令牌
    /// 

    public class AccessToken
    {
        /// 
        /// 保存已获取到的许可令牌,键为公众号,值为公众号最后一次获取到的令牌
        /// 

        private static ConcurrentDictionary> accessTokens = new ConcurrentDictionary>();

        /// 
        /// 获取access token的地址
        /// 

        private const string urlForGettingAccessToken = “https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid={0}&secret={1}“;
        /// 
        /// 获取access token的http方法
        /// 

        private const 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-01-26 14:31  xrwang.weixin.PublicAccount\
     文件        2518  2016-01-26 14:31  xrwang.weixin.PublicAccount\.gitattributes
     文件        2233  2016-01-26 14:31  xrwang.weixin.PublicAccount\.gitignore
     目录           0  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\
     文件        5944  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\AccessToken.cs
     文件        4001  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\AccountInfo.cs
     文件        2407  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\AccountInfoCollection.cs
     目录           0  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\CustomerService\
     文件       26828  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\CustomerService\CustomerService.cs
     文件        1964  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\CustomerService\CustomerServiceAccount.cs
     文件        2726  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\CustomerService\CustomerServiceOnlineInfo.cs
     文件         367  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\CustomerService\CustomerServiceOnlineStatusEnum.cs
     文件         452  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\CustomerService\CustomerServiceOperateEnum.cs
     文件        1778  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\CustomerService\CustomerServiceRecord.cs
     文件        1424  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\CustomerService\CustomerServiceSession.cs
     文件        1390  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\CustomerService\CustomerSession.cs
     文件        3631  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\CustomerService\WaitCase.cs
     目录           0  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\DataStatistics\
     文件        2860  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\DataStatistics\ArticleData.cs
     文件        2645  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\DataStatistics\ArticleSummary.cs
     文件        3448  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\DataStatistics\ArticleTotal.cs
     文件        1369  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\DataStatistics\ArticleTotalDetail.cs
     文件       22354  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\DataStatistics\DataStatistics.cs
     文件        1937  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\DataStatistics\InterfaceSummary.cs
     文件        1269  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\DataStatistics\InterfaceSummaryHour.cs
     文件         535  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\DataStatistics\ShareSceneEnum.cs
     文件        1662  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\DataStatistics\UpstreamMsg.cs
     文件         531  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\DataStatistics\UpstreamMsgCountIntervalEnum.cs
     文件        1485  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\DataStatistics\UpstreamMsgDist.cs
     文件        1355  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\DataStatistics\UpstreamMsgHour.cs
     文件         656  2016-01-26 14:31  xrwang.weixin.PublicAccount\PublicAccount\DataStatistics\UpstreamMsgTypeEnum.cs
............此处省略284个文件信息

评论

共有 条评论