Example #1
0
 def test_post(self):
     r = requests.post(self.url, data=self.params)
     print(r.text)
     d = Tool.AES_Decrypt("talefuntapcolor!", r.text)
     print(d)