GrowthStore本次更新主要是修复几个小问题,同时,为Rhai脚本语言以及模板功能增加了几个用于Hash计算的函数。
如:
对于StoreObject对象(能过let req = required("object://xxxxx/Name")获得),增加了AES/RSA加密去接:
aes_encrypt
aes_decrypt
rsa_encrypt
rsa_decrypt
全局函数中增加了
hmac_sha1
hmac_sha2
md5string
base64encode
base64decode
以及对于JSON对象,增加了
canonicalized_query
方法,该方法用于生成排序的URL参数表达,主要是在调用类似于支付宝或阿里云的API时。
同时,GrowthStore的项目网站(https://storex.siline.cn)中开放了基于GrowthStore的一些应用案例,后续会持续增加类似使用了GrowthStore的案例。