区块链调用
This commit is contained in:
@ -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){
|
||||||
|
Reference in New Issue
Block a user