add management interface

pull/131/head
Gordon 4 years ago
parent d6614decd1
commit 8987005e60

@ -114,7 +114,7 @@ func AccountCheck(c *gin.Context) {
return return
} }
log.InfoByKv("call AccountCheck rpc server is success", params.OperationID, "resp args", RpcResp.String()) log.InfoByKv("call AccountCheck rpc server is success", params.OperationID, "resp args", RpcResp.String())
resp := gin.H{"errCode": RpcResp.CommonResp.ErrorCode, "errMsg": RpcResp.CommonResp.ErrorMsg, "Result": RpcResp.Result} resp := gin.H{"errCode": RpcResp.CommonResp.ErrorCode, "errMsg": RpcResp.CommonResp.ErrorMsg, "result": RpcResp.Result}
c.JSON(http.StatusOK, resp) c.JSON(http.StatusOK, resp)
} }

Loading…
Cancel
Save