class SignatureAndVerification(object): """MD5签名和验签""" @classmethod def data_processing(cls,data): "...