def comment(): login_result = Login().login() if login_result: logging.info('登录成功') # 服务评价 ServerComment().start_comment()
def comment(): login_result = Login().login() if login_result: logging.info('登录成功') # 服务评价 ServerComment().start_comment() # 商品评价 ProductComment().start_comment() # 追加评价 AppendComment().start_comment()
def clock(): login_result = Login().login() if login_result: logging.info('登录成功') clock_shell().run()
def bean_vip(): login_result = Login().login() if login_result: logging.info('登录成功') bean_vip_shell().run()