# -*- coding=utf-8 -*-
'''
#!/usr/bin/python3
# -*- coding:utf-8 -*-
# @Software : PyCharm
# @CreateTime: 2022-03-23 14:38
# @Author : Lenovo
# @File : nets_comment_class.py
'''
import re, json, time
import requests
import base64
from Crypto.Cipher import AES
from requests.packages.urllib3