• 大小: 10.66M
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: asp.net  下载  cms  asp  系统  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;
using DTcms.Common;

namespace DTcms.API.OAuth
{
    public class feixin_helper
    {
        public feixin_helper()
        { }

        /// 
        /// 取得Access Token
        /// 

        /// 临时Authorization Code
        /// Dictionary
        public static Dictionaryject> get_access_token(string code)
        {
            //获得配置信息
            oauth_config config = oauth_helper.get_config(“feixin“);
            string send_url = “https://i.feixin.10086.cn/oauth2/access_token?grant_type=authorization_code&code=“ + code + “&client_id=“ + config.oauth_app_id + “&client_secret=“ + config.oauth_app_key + “&redirect_uri=“ + Utils.

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      32256  2015-07-09 11:34  DTcms.API\bin\Debug\DTcms.API.dll

     文件     138752  2015-07-09 11:34  DTcms.API\bin\Debug\DTcms.API.pdb

     文件      43520  2015-07-09 11:34  DTcms.API\bin\Debug\DTcms.BLL.dll

     文件     243200  2015-07-09 11:34  DTcms.API\bin\Debug\DTcms.BLL.pdb

     文件      62976  2015-07-09 11:34  DTcms.API\bin\Debug\DTcms.Common.dll

     文件     179712  2015-07-09 11:34  DTcms.API\bin\Debug\DTcms.Common.pdb

     文件     224768  2015-07-09 11:34  DTcms.API\bin\Debug\DTcms.DAL.dll

     文件     421376  2015-07-09 11:34  DTcms.API\bin\Debug\DTcms.DAL.pdb

     文件      13312  2015-07-09 11:34  DTcms.API\bin\Debug\DTcms.DBUtility.dll

     文件      32256  2015-07-09 11:34  DTcms.API\bin\Debug\DTcms.DBUtility.pdb

     文件      68608  2015-07-09 11:34  DTcms.API\bin\Debug\DTcms.Model.dll

     文件     638464  2015-07-09 11:34  DTcms.API\bin\Debug\DTcms.Model.pdb

     文件       4146  2015-06-07 13:39  DTcms.API\DTcms.API.csproj

     文件        227  2015-05-10 21:46  DTcms.API\DTcms.API.csproj.user

     文件       2171  2015-05-01 15:04  DTcms.API\OAuth\feixin_helper.cs

     文件       2662  2015-05-01 15:26  DTcms.API\OAuth\kaixin_helper.cs

     文件       1302  2015-05-01 15:01  DTcms.API\OAuth\oauth_config.cs

     文件       1260  2015-05-01 18:16  DTcms.API\OAuth\oauth_helper.cs

     文件       5003  2015-05-01 15:22  DTcms.API\OAuth\qq_helper.cs

     文件       3602  2015-05-01 15:24  DTcms.API\OAuth\renren_helper.cs

     文件       3456  2015-05-01 15:25  DTcms.API\OAuth\sina_helper.cs

     文件       2379  2015-05-01 15:27  DTcms.API\OAuth\taobao_helper.cs

     文件       6005  2015-07-09 11:34  DTcms.API\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       9199  2015-06-07 13:27  DTcms.API\obj\Debug\DTcms.API.csproj.FileListAbsolute.txt

     文件      32256  2015-07-09 11:34  DTcms.API\obj\Debug\DTcms.API.dll

     文件     138752  2015-07-09 11:34  DTcms.API\obj\Debug\DTcms.API.pdb

     文件     167981  2015-07-09 11:34  DTcms.API\obj\Debug\ResolveAssemblyReference.cache

     文件       5252  2015-05-06 17:41  DTcms.API\Payment\alipaypc\AlipayConfig.cs

     文件       5888  2015-05-02 02:25  DTcms.API\Payment\alipaypc\AlipayCore.cs

     文件       6829  2015-05-06 17:46  DTcms.API\Payment\alipaypc\AlipayNotify.cs

............此处省略1863个文件信息

评论

共有 条评论