36 lines
		
	
	
		
			491 B
		
	
	
	
		
			PHP
		
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			491 B
		
	
	
	
		
			PHP
		
	
	
| <?php
 | |
| 
 | |
| /**
 | |
|  * @OA\Info(
 | |
|  *     description="商城接口",
 | |
|  *     version="1.0.0",
 | |
|  *     title="大头商城",
 | |
|  * )
 | |
|  */
 | |
| 
 | |
| /**
 | |
|  * @OA\Tag(
 | |
|  *     name="common",
 | |
|  *     description="通用",
 | |
|  * )
 | |
|  *
 | |
|  * @OA\Tag(
 | |
|  *     name="home",
 | |
|  *     description="首页",
 | |
|  * )
 | |
|  *
 | |
|  * @OA\Tag(
 | |
|  *     name="goods",
 | |
|  *     description="商品相关",
 | |
|  * )
 | |
|  * @OA\Tag(
 | |
|  *     name="order",
 | |
|  *     description="订单相关",
 | |
|  * )
 | |
|  * @OA\Tag(
 | |
|  *     name="user",
 | |
|  *     description="用户相关",
 | |
|  * )
 | |
|  *
 | |
|  */
 |