資源簡介
thinkphp 實現(xiàn)微信紅包 源碼下載(含數(shù)據(jù)庫)
代碼片段和文件信息
//公共配置
$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\ba
?????文件????????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個文件信息
評論
共有 條評論