mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +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') | ||
|  | 
 |