資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Concurrent;
using?System.Net;
using?Newtonsoft.Json;
namespace?xrwang.weixin.PublicAccount
{
????///?
????///?微信許可令牌
????///?
????public?class?AccessToken
????{
????????///?
????????///?保存已獲取到的許可令牌,鍵為公眾號(hào),值為公眾號(hào)最后一次獲取到的令牌
????????///?
????????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?
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????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個(gè)文件信息
評(píng)論
共有 條評(píng)論