• 大小: 12.86M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: cms  c  

资源简介

DTcms V3.0源码说明:
版本号:V3.0.0
数据库:MSSQL2005、MSSQL2000或ACCESS

DTcms V3.0增强与改进的功能有: 
1、系统架构发生了改变;
2、去除模型概念与改进扩展字段;
3、增加分站功能;
4、增加手机短信功能;
5、增加生成静态功能;
6、全新的后台界面;
7、对模板标签的改进;
温馨提示:具体的对比请留意晚上发布的对比视频。

资源截图

代码片段和文件信息

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

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 + “&redirec

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

     文件      31232  2014-03-31 15:28  DTcms.API\bin\Debug\DTcms.API.dll

     文件     167424  2014-03-31 15:28  DTcms.API\bin\Debug\DTcms.API.pdb

     文件      44032  2014-03-31 15:28  DTcms.API\bin\Debug\DTcms.BLL.dll

     文件     290304  2014-03-31 15:28  DTcms.API\bin\Debug\DTcms.BLL.pdb

     文件      59904  2014-03-31 14:47  DTcms.API\bin\Debug\DTcms.Common.dll

     文件     157184  2014-03-31 14:47  DTcms.API\bin\Debug\DTcms.Common.pdb

     文件     218112  2014-03-31 15:28  DTcms.API\bin\Debug\DTcms.DAL.dll

     文件     431616  2014-03-31 15:28  DTcms.API\bin\Debug\DTcms.DAL.pdb

     文件      12800  2014-03-31 14:47  DTcms.API\bin\Debug\DTcms.DBUtility.dll

     文件      34304  2014-03-31 14:47  DTcms.API\bin\Debug\DTcms.DBUtility.pdb

     文件      64512  2014-03-31 15:28  DTcms.API\bin\Debug\DTcms.Model.dll

     文件     349696  2014-03-31 15:28  DTcms.API\bin\Debug\DTcms.Model.pdb

     文件      49664  2010-07-28 14:32  DTcms.API\bin\Debug\LitJSON.dll

     文件       3872  2014-01-16 13:35  DTcms.API\DTcms.API.csproj

     文件       2229  2014-01-16 13:34  DTcms.API\OAuth\feixin_helper.cs

     文件       2583  2014-01-16 13:34  DTcms.API\OAuth\kaixin_helper.cs

     文件       1302  2014-01-16 13:34  DTcms.API\OAuth\oauth_config.cs

     文件       1202  2014-01-16 13:34  DTcms.API\OAuth\oauth_helper.cs

     文件       5016  2014-01-16 13:34  DTcms.API\OAuth\qq_helper.cs

     文件       3730  2014-01-16 13:34  DTcms.API\OAuth\renren_helper.cs

     文件       3468  2014-01-16 13:34  DTcms.API\OAuth\sina_helper.cs

     文件       2368  2014-01-16 13:34  DTcms.API\OAuth\taobao_helper.cs

     文件       5488  2014-03-31 16:03  DTcms.API\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       5615  2014-03-31 13:32  DTcms.API\obj\Debug\DTcms.API.csproj.FileListAbsolute.txt

     文件      31232  2014-03-31 15:28  DTcms.API\obj\Debug\DTcms.API.dll

     文件     167424  2014-03-31 15:28  DTcms.API\obj\Debug\DTcms.API.pdb

     文件      61965  2014-03-31 13:32  DTcms.API\obj\Debug\ResolveAssemblyReference.cache

     文件       4963  2014-03-31 12:56  DTcms.API\Payment\Alipay\AlipayConfig.cs

     文件       5895  2013-12-09 15:13  DTcms.API\Payment\Alipay\AlipayCore.cs

     文件       6722  2013-12-09 15:13  DTcms.API\Payment\Alipay\AlipayNotify.cs

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

评论

共有 条评论