示例#1
0
    def list(cls):
        result = const.RESPONSE_RESULT_FAILED
        res = None

        try:
            res = AuthorLogic.list()
        except Exception, ex:
            logging.error(ex.message)
            message = const.MESSAGE_FAILED