Traceback (most recent call last):
File "f:\pythonproject\webservice\test\aesClass.py", line 18, in
print('Python encrypt: ' + base64.b64encode(encrypt_token('dmyz.org')))
TypeError: Can't convert 'bytes' object to str implicitly
encrypt_token返回的是不是bytes,你需要自己转换成str