/
www
/
wwwroot
/
qmdl.mantangshiji.com
/
route
/
Upload File
HOME
<?php use think\facade\Route; Route::get(':name', 'index/short')->pattern(['name' => '[0-9a-zA-Z]{5}$']); Route::get('app/:id', 'index/app'); Route::get('out/:id', 'index/out'); Route::get('talkCode/:id', 'index/talkCode'); Route::get('l/:name', 'index/wailian')->pattern(['name' => '[0-9a-zA-Z]{6}$']); Route::get('area/:name', 'index/areaCode')->pattern(['name' => '[0-9a-zA-Z]{6}$']); Route::get('404', 'index/empty'); Route::get('/wechat/openPlatformNotify/:shopId', 'wechat/openPlatformNotify'); Route::get('/wechat/openPlatformNotify', 'wechat/openPlatformNotify'); Route::get('/wechat/openWorkNotify/:corpId', 'wechat/openWorkNotify'); Route::get('/wechat/openWorkNotify', 'wechat/openWorkNotify'); Route::get('/wechat/independent', 'wechat/independent'); Route::get('/wechat/openNotify', 'wechat/openNotify'); Route::get('bbqm/aliPay', 'bbqm/aliPay'); Route::rule('bbqm/aliPayNotify/:shopId', 'bbqm/aliPayNotify'); Route::get('bbqm/wechatPay', 'bbqm/wechatPay'); Route::rule('bbqm/wechatPayNotify/:shopId', 'bbqm/wechatPayNotify'); Route::get('bbqm/:shopId/useragreement', 'bbqm/useragreement'); Route::get('bbqm/:shopId/recovery', 'bbqm/recovery'); Route::get('bbqm/:shopId/order3', 'bbqm/order3'); Route::get('bbqm/:shopId/order2', 'bbqm/order2'); Route::get('bbqm/:shopId/order', 'bbqm/order'); Route::get('bbqm/:shopId/minfo3', 'bbqm/minfo3'); Route::get('bbqm/:shopId/minfo2', 'bbqm/minfo2'); Route::get('bbqm/:shopId/minfo', 'bbqm/minfo'); Route::get('bbqm/:shopId/mlist', 'bbqm/mlist'); Route::get('bbqm/:shopId', 'bbqm/index'); Route::get('taluo/aliPay', 'taluo/aliPay'); Route::rule('taluo/aliPayNotify/:shopId', 'taluo/aliPayNotify'); Route::get('taluo/wechatPay', 'taluo/wechatPay'); Route::rule('taluo/wechatPayNotify/:shopId', 'taluo/wechatPayNotify'); Route::get('taluo/:shopId', 'taluo/index'); Route::rule('taluo/kuaishouPayNotify/:shopId', 'taluo/kuaishouPayNotify'); Route::rule('fwszs/wechatPayNotify/:shopId', 'fwszs/wechatPayNotify'); Route::get('fwszs/:shopId', 'fwszs/index'); Route::get('url/:name', 'index/urlCode')->pattern(['name' => '[0-9a-zA-Z]{6}$']); Route::get('wx/:name', 'index/wxCode')->pattern(['name' => '[0-9a-zA-Z]{6}$']); Route::get('aihh/aliPay', 'aihh/aliPay'); Route::rule('aihh/aliPayNotify/:shopId', 'aihh/aliPayNotify'); Route::get('aihh/wechatPay', 'aihh/wechatPay'); Route::rule('aihh/wechatPayNotify/:shopId', 'aihh/wechatPayNotify'); Route::rule('aihh/douyinPayNotify/:shopId', 'aihh/douyinPayNotify'); Route::get('aihh/:shopId', 'aihh/index'); Route::rule('aihh/kuaishouPayNotify/:shopId', 'aihh/kuaishouPayNotify'); Route::get('card/:name', 'index/card')->pattern(['name' => '[0-9a-zA-Z]{6}$']); Route::get('ebook/detail/:id', 'ebook/detail'); Route::get('ebook/:shopId', 'ebook/index');