|  | @@ -105,7 +105,7 @@ export const weixinMiniAppLogin = (phoneCode: string, loginCode: string, state:
 | 
	
		
			
				|  |  |      state,
 | 
	
		
			
				|  |  |    })
 | 
	
		
			
				|  |  |  export const testLogin = (data: { mobile: string; password: string }) =>
 | 
	
		
			
				|  |  | -  httpPost('/app-api/member/auth/login2', data)
 | 
	
		
			
				|  |  | +  httpPost<any>('/app-api/member/auth/login2', data)
 | 
	
		
			
				|  |  |  export const getMemberUserInfo = () => httpGet<any>('/app-api/member/user/get')
 | 
	
		
			
				|  |  |  export const updateMemberUserInfo = (data = {}) => httpPut<any>('/app-api/member/user/update', data)
 | 
	
		
			
				|  |  |  export const getByDictType = (
 |