sojson.v4 参考:https://www.bingdou.net/news/295.html
微信小程序的解密参考: https://blog.csdn.net/wgpython/article/details/103587957
目前来看,js 加密的话,2个途径:
1。 字符串转移, a => \x37 , b => \x67 这样的 ( 可以通过这里进行转换: https://jsdec.js.org)
2. 增加大量无用的语句, 例如 把3行代码转换成200多行各种结构的复杂代码。