new_app/utils/encryptUtil.js

3 lines
57 B
JavaScript

export function sm4DecryptByResData(data){
return data
}