| 
						|
								// vip相关接口
							 | 
						|
								
							 | 
						|
								const api = {
							 | 
						|
									// 获取会员权益列表
							 | 
						|
									getRiceVipList: {
							 | 
						|
										url: '/rice_vip/getRiceVipList',
							 | 
						|
										method: 'GET',
							 | 
						|
									},
							 | 
						|
									// 申请成为会员
							 | 
						|
									applyRiceVip: {
							 | 
						|
										url: '/rice_vip/applyRiceVip',
							 | 
						|
										method: 'POST',
							 | 
						|
										limit : 500,
							 | 
						|
										auth : true,
							 | 
						|
										showLoading : true,
							 | 
						|
									},
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								export default api
							 |