您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
187B

  1. from bot import bot_factory
  2. class Bridge(object):
  3. def __init__(self):
  4. pass
  5. def fetch_reply_content(self, query):
  6. return bot_factory.BaiduUnitBot().reply(query)