You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							26 lines
						
					
					
						
							495 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							26 lines
						
					
					
						
							495 B
						
					
					
				| import request from '@/utils/request' | |
| // import qs from 'qs' | |
|  | |
| // 书单推荐二级页面 | |
| export function FetchBookRecommendList(params) { | |
|   return request({ | |
|     url: '/frontDemoApi/bookRecommendList', | |
|     method: 'get', | |
|     params: params | |
|   }) | |
| } | |
| export function FetchbookOnlineList(params) { | |
|   return request({ | |
|     url: '/frontDemoApi/bookOnlineList', | |
|     method: 'get', | |
|     params: params | |
|   }) | |
| } | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| export default { | |
|   FetchBookRecommendList, | |
|   FetchbookOnlineList | |
| }
 |