成待专题

从文件读取json数据拼接成待签名字符串,用sha256进行签名,得到签名字符串

如题,贴code # -*- coding: utf-8 -*-# version python 3.5import hashlibimport jsonimport sysdef loadMessage(file):f = open(file) #设置以utf-8解码模式读取文件,encoding参数必须设置,否则默认以gbk模式读取文件,当文件中包含中文时,会报错 m