资源简介

基于ThinkPHP框架开发的在线微信拼车主要是基于微信的在线拼车系统,也是一款不错的微信号管理系统,该拼车系统主要是基于ThinkPHP3.2.3框架开发,主要功能有发布租车信息、用户租车、车主找用户、发布信息记录、信息付费置顶、自动获取微信用户信息等功能,支持微信在线支付功能,需要准备带支付的微信【认证服务号】

资源截图

代码片段和文件信息

/*
 *---------------------------------------------------------------
 *  酷猴工作室 官方网址:http://kuhou.net
 *  淘宝店铺:https://shop137493962.taobao.com/
 *---------------------------------------------------------------
 *  author:  baoshu
 *  website: kuhou.net
 *  email:   83507315@qq.com
 */
/**
 * 应用入口文件
 */
if (version_compare(PHP_VERSION‘5.3.0‘‘<‘)) { // 检测环境
die(‘require PHP > 5.3.0 !‘);
}  

define(‘THINK_PATH‘ ‘./ThinkPHP/‘); // 定义thinkphp框架路径
define(‘APP_PATH‘ ‘./App/‘); // 定义应用目录
define(‘RUNTIME_PATH‘ ‘./Runtime/‘); // 定义缓存目录
define(‘ADDON_PATH‘ ‘./Addons/‘);  // 定义插件目录
define(‘SITE_PATH‘ dirname(__FILE__)); // 定义网站物理路径
define(‘SITE_URL‘ str_replace(‘index.php‘ ‘‘ ‘http://‘.$_SERVER[‘HTTP_HOST‘].$_SERVER[‘script_

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-05-18 20:24  206\
     目录           0  2017-05-18 20:24  206\Addons\
     文件           0  2017-03-20 23:25  206\Addons\index.html
     目录           0  2017-05-18 20:24  206\Addons\pinche\
     目录           0  2017-05-18 20:24  206\Addons\pinche\Controller\
     文件       20750  2017-04-25 17:20  206\Addons\pinche\Controller\MobileController.class.php
     文件        2303  2017-04-25 17:20  206\Addons\pinche\Controller\WebController.class.php
     文件       11026  2017-04-25 17:27  206\Addons\pinche\info.php
     文件        1999  2017-03-20 23:25  206\Addons\pinche\install.sql
     文件        3648  2017-03-20 23:25  206\Addons\pinche\logo.png
     目录           0  2017-03-20 23:25  206\Addons\pinche\Model\
     目录           0  2017-05-18 20:24  206\Addons\pinche\View\
     目录           0  2017-05-18 20:24  206\Addons\pinche\View\Mobile\
     文件       18303  2017-04-25 17:14  206\Addons\pinche\View\Mobile\add.html
     文件        1021  2017-03-20 23:25  206\Addons\pinche\View\Mobile\attention.html
     文件       10375  2017-03-20 23:25  206\Addons\pinche\View\Mobile\detail.html
     文件       10572  2017-04-25 17:16  206\Addons\pinche\View\Mobile\index.html
     文件        2687  2017-04-25 17:17  206\Addons\pinche\View\Mobile\pay.html
     文件       10389  2017-04-25 17:18  206\Addons\pinche\View\Mobile\recharge.html
     文件        5194  2017-04-25 17:31  206\Addons\pinche\View\Mobile\user.html
     文件        5698  2017-03-20 23:25  206\Addons\pinche\View\Mobile\user_push.html
     目录           0  2017-05-18 20:24  206\Addons\pinche\View\Public\
     目录           0  2017-05-18 20:24  206\Addons\pinche\View\Public\css\
     文件       55847  2017-03-20 23:25  206\Addons\pinche\View\Public\css\animate.min.css
     文件       25574  2017-03-20 23:25  206\Addons\pinche\View\Public\css\base.css
     文件       14936  2017-03-20 23:25  206\Addons\pinche\View\Public\css\bootstrap-theme.css
     文件       38388  2017-03-20 23:25  206\Addons\pinche\View\Public\css\bootstrap-theme.css.map
     文件       13185  2017-03-20 23:25  206\Addons\pinche\View\Public\css\bootstrap-theme.min.css
     文件      121220  2017-03-20 23:25  206\Addons\pinche\View\Public\css\bootstrap.css
     文件      245960  2017-03-20 23:25  206\Addons\pinche\View\Public\css\bootstrap.css.map
     文件       99961  2017-03-20 23:25  206\Addons\pinche\View\Public\css\bootstrap.min.css
............此处省略1409个文件信息

评论

共有 条评论