示例#1
0
def comment():
    login_result = Login().login()
    if login_result:
        logging.info('登录成功')

    # 服务评价
    ServerComment().start_comment()
示例#2
0
def comment():
    login_result = Login().login()
    if login_result:
        logging.info('登录成功')

    # 服务评价
    ServerComment().start_comment()
    # 商品评价
    ProductComment().start_comment()
    # 追加评价
    AppendComment().start_comment()
示例#3
0
def clock():
    login_result = Login().login()
    if login_result:
        logging.info('登录成功')

    clock_shell().run()
示例#4
0
def bean_vip():
    login_result = Login().login()
    if login_result:
        logging.info('登录成功')

    bean_vip_shell().run()