|  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public static BaseResponse buildToLogin(){ | 
 |  |  |         return buildResult(ResultCodeMsg.RsCode.TOLOGIN_CODE, ResultCodeMsg.RsMsg.TOLOGIN_MESSAGE, null); | 
 |  |  |         return buildResult(ResultCodeMsg.RsCode.TOLOGIN_CODE, ResultCodeMsg.RsMsg.TOLOGIN_MESSAGE, ResultCodeMsg.RsMsg.TOLOGIN_MESSAGE); | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public static BaseResponse buildNoPower(){ | 
 |  |  |         return buildResult(ResultCodeMsg.RsCode.NOPOWER_CODE, ResultCodeMsg.RsMsg.NOPOWER_MESSAGE, null); | 
 |  |  |         return buildResult(ResultCodeMsg.RsCode.NOPOWER_CODE, ResultCodeMsg.RsMsg.NOPOWER_MESSAGE, ResultCodeMsg.RsMsg.NOPOWER_MESSAGE); | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public static BaseResponse buildException(String message){ |