• 大小: 6.37M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 语言: PHP
  • 标签: 微信  php  红包  thinkPHP  

资源简介

thinkphp 实现微信红包 源码下载(含数据库)

资源截图

代码片段和文件信息

//公共配置
$common_config = include APP_PATH.‘Common/Conf/config.php‘;

//私有配置
$private_config = array(
                        ‘SHOW_PAGE_TRACE‘ => false
                        ‘LAYOUT_ON‘ => true
                        ‘URL_ROUTER_ON‘ => true
                        ‘URL_CASE_INSENSITIVE‘ =>true
                        ‘URL_ROUTE_RULES‘ => array(
                                                  ‘viewtx/:id‘ => ‘Index/txdetail‘
                                                  ‘modtx/:id‘ => ‘Index/modtx‘
                                                  )
                        );

return array_merge($common_config $private_config);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-03-23 02:30  hongbao-master\
     目录           0  2015-03-23 02:30  hongbao-master\Application\
     目录           0  2015-03-23 02:30  hongbao-master\Application\Admin\
     目录           0  2015-03-23 02:30  hongbao-master\Application\Admin\Conf\
     文件         672  2015-03-23 02:30  hongbao-master\Application\Admin\Conf\config.php
     目录           0  2015-03-23 02:30  hongbao-master\Application\Admin\Controller\
     文件         607  2015-03-23 02:30  hongbao-master\Application\Admin\Controller\baseController.class.php
     文件        6220  2015-03-23 02:30  hongbao-master\Application\Admin\Controller\IndexController.class.php
     文件         749  2015-03-23 02:30  hongbao-master\Application\Admin\Controller\SetController.class.php
     目录           0  2015-03-23 02:30  hongbao-master\Application\Admin\View\
     目录           0  2015-03-23 02:30  hongbao-master\Application\Admin\View\Index\
     文件          58  2015-03-23 02:30  hongbao-master\Application\Admin\View\Index\index.html
     文件         887  2015-03-23 02:30  hongbao-master\Application\Admin\View\Index\login.html
     文件        9809  2015-03-23 02:30  hongbao-master\Application\Admin\View\Index\pic.html
     文件        2341  2015-03-23 02:30  hongbao-master\Application\Admin\View\Index\txdetail.html
     文件        1413  2015-03-23 02:30  hongbao-master\Application\Admin\View\Index\txlist.html
     目录           0  2015-03-23 02:30  hongbao-master\Application\Admin\View\Set\
     文件        2824  2015-03-23 02:30  hongbao-master\Application\Admin\View\Set\view.html
     文件        1956  2015-03-23 02:30  hongbao-master\Application\Admin\View\layout.html
     目录           0  2015-03-23 02:30  hongbao-master\Application\Common\
     目录           0  2015-03-23 02:30  hongbao-master\Application\Common\Common\
     文件        2088  2015-03-23 02:30  hongbao-master\Application\Common\Common\CommonUtil.php
     文件         706  2015-03-23 02:30  hongbao-master\Application\Common\Common\MD5SignUtil.php
     文件         152  2015-03-23 02:30  hongbao-master\Application\Common\Common\SDKRuntimeException.class.php
     文件        4760  2015-03-23 02:30  hongbao-master\Application\Common\Common\WxHongBaoHelper.php
     文件         467  2015-03-23 02:30  hongbao-master\Application\Common\Common\function.php
     文件        3981  2015-03-23 02:30  hongbao-master\Application\Common\Common\jssdk.php
     文件        5023  2015-03-23 02:30  hongbao-master\Application\Common\Common\oauth2.php
     文件        1085  2015-03-23 02:30  hongbao-master\Application\Common\Common\pay.php
     目录           0  2015-03-23 02:30  hongbao-master\Application\Common\Common\zhengshu\
     文件        2868  2015-03-23 02:30  hongbao-master\Application\Common\Common\zhengshu\apiclient_cert.p12
............此处省略590个文件信息

评论

共有 条评论