| 
									
										
										
										
											2021-11-18 17:57:04 +08:00
										 |  |  | <?php | 
					
						
							|  |  |  | // +----------------------------------------------------------------------
 | 
					
						
							|  |  |  | // | ThinkPHP [ WE CAN DO IT JUST THINK ]
 | 
					
						
							|  |  |  | // +----------------------------------------------------------------------
 | 
					
						
							|  |  |  | // | Copyright (c) 2006~2018 http://thinkphp.cn All rights reserved.
 | 
					
						
							|  |  |  | // +----------------------------------------------------------------------
 | 
					
						
							|  |  |  | // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
 | 
					
						
							|  |  |  | // +----------------------------------------------------------------------
 | 
					
						
							|  |  |  | // | Author: liu21st <liu21st@gmail.com>
 | 
					
						
							|  |  |  | // +----------------------------------------------------------------------
 | 
					
						
							|  |  |  | use think\facade\Route; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-06 18:56:23 +08:00
										 |  |  | //Route::rule('account/loginByCode', "\\app\\controller\\api\\user@login");//用户登录
 | 
					
						
							| 
									
										
										
										
											2022-01-20 13:56:21 +08:00
										 |  |  | //Route::rule('consumer/home', "\\app\\controller\\api\\consumer@home");//首页列表(优惠券列表)
 | 
					
						
							|  |  |  | //Route::rule('consumer/bannerList', "\\app\\controller\\api\\consumer@bannerList");//首页列表(优惠券列表)
 | 
					
						
							| 
									
										
										
										
											2021-12-06 18:56:23 +08:00
										 |  |  | //Route::rule('dic/getDisList', "\\app\\controller\\api\\dictionary@getDisList");//距离选项列表
 | 
					
						
							|  |  |  | //Route::rule('dic/getBusinessTypeListByPid', "\\app\\controller\\api\\dictionary@getBusinessTypeList");//首页获取商家类型
 | 
					
						
							| 
									
										
										
										
											2022-01-20 13:56:21 +08:00
										 |  |  | //Route::rule('dic/getCouponTypeList', "\\app\\controller\\api\\dictionary@getCouponTypeList");//首页获取优惠券类型
 | 
					
						
							| 
									
										
										
										
											2021-12-06 18:56:23 +08:00
										 |  |  | //Route::rule('dic/getBusinessTypeList', "\\app\\controller\\api\\business@getBusinessTypeList");//首页获取商家类型
 | 
					
						
							|  |  |  | //Route::rule('dic/getBusinessCircle', "\\app\\controller\\api\\business@getBusinessCircle");//首页获取商家商圈
 | 
					
						
							|  |  |  | //Route::rule('consumer/flowBusiness', "\\app\\controller\\api\\consumer@flowBusiness");//首页获取商家商圈
 |