forked from angelo/web-retail-h5
				
			
		
			
	
	
		
			20 lines
		
	
	
		
			560 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			560 B
		
	
	
	
		
			JavaScript
		
	
	
	
|  | /* | ||
|  |  * @Descripttion: | ||
|  |  * @version: | ||
|  |  * @Author: 王三华 | ||
|  |  * @Date: 2023-05-18 14:45:00 | ||
|  |  */ | ||
|  | const http = uni.$u.http | ||
|  | 
 | ||
|  | 
 | ||
|  | // 登录
 | ||
|  | export const queryBonusTotal = (data) => http.post('/bonus/api/bonus/query-bonus-total', data) | ||
|  | //新人礼包详情
 | ||
|  | export const getGiftPack = (data) => http.post('/activity/api/people-service/getGiftPack', data) | ||
|  | 
 | ||
|  | //注册等级下拉选
 | ||
|  | export const getGradeList = (params) => http.get('/system/api/grade/list', { | ||
|  | 	params | ||
|  | }) | ||
|  | //三单轮次
 | ||
|  | export const nextRound = (params) => http.get('/member/api/market-news/round-his', {params}) |