|  | @@ -2,7 +2,6 @@ package com.yingyangfly.home.net
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import com.yingyangfly.baselib.bean.GameBean
 | 
	
		
			
				|  |  |  import com.yingyangfly.baselib.bean.Record
 | 
	
		
			
				|  |  | -import com.yingyangfly.baselib.bean.UserInfoBean
 | 
	
		
			
				|  |  |  import com.yingyangfly.baselib.db.QuestionsBean
 | 
	
		
			
				|  |  |  import com.yingyangfly.baselib.net.BaseResp
 | 
	
		
			
				|  |  |  import com.yingyangfly.home.entity.*
 | 
	
	
		
			
				|  | @@ -80,12 +79,6 @@ interface HomeApiService {
 | 
	
		
			
				|  |  |      @POST("app/review/findReviewResult")
 | 
	
		
			
				|  |  |      suspend fun findReviewResult(@Body requestBody: RequestBody): BaseResp<EvaluationResultBean>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    /**
 | 
	
		
			
				|  |  | -     * 获取个人中心信息接口
 | 
	
		
			
				|  |  | -     */
 | 
	
		
			
				|  |  | -    @POST("app/user/info")
 | 
	
		
			
				|  |  | -    suspend fun getUserInfo(): BaseResp<UserInfoBean>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |      /**
 | 
	
		
			
				|  |  |       * 获取腾讯IM密钥
 | 
	
		
			
				|  |  |       */
 |