from .base import BaseReporter class WapReporter(BaseReporter): def __init__(self): pass def run(self): """实现 WAP 端的举报逻辑""" pass