mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-31 18:49:06 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			127 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			127 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const { http } = uni.$u
 | |
| 
 | |
| //获取购物车数据
 | |
| export const getCartProductDetail = () => http.get('/trade/cart/get-detail')
 | |
| 
 | 
