区块链调用

This commit is contained in:
zhangqinbin
2021-08-30 14:49:56 +08:00
parent 32f84fb49d
commit 30f342463e

View File

@ -78,8 +78,8 @@ public class CrypConfigureServiceImpl extends BaseServiceImpl<CrypConfigureMappe
log.debug("---------获取解密秘钥--------"); log.debug("---------获取解密秘钥--------");
CrypConfigure crypConfigure = list.get(0); CrypConfigure crypConfigure = list.get(0);
Boolean b = CrypServiceImpl.verifyBytes(bean.getSing(), Boolean b = CrypServiceImpl.verifyValue(bean.getSing(),
JSON.toJSONBytes(bean.getObject(),SerializerFeature.MapSortField,SerializerFeature.SortField), bean.getObject(),
crypConfigure.getCValue()); crypConfigure.getCValue());
return b; return b;
}catch (Exception e){ }catch (Exception e){