【发布时间】:2019-08-12 01:56:13
【问题描述】:
我想加密/解密 URL 上的参数。因为当用户故意改变id参数时,还是返回结果。
例如:https://script.google.com/xxxxxxxxx/exec?v=edit&ac=A00001 当用户更改 A00003 时,它仍然返回结果。这就是问题
有什么方法可以像https://script.google.com/xxxxxxxxx/exec?kabhshcjsgsj123455123 那样加密,后端将“kabhshcjsgsj123455123”解析为“v=edit&ac=A00001”???
【问题讨论】:
-
请使用正确的标签。阅读javascript的用户指南
标签: google-apps-script google-sheets web-applications