栓Q验证系统官网:http://shuanq.cn
curl --location --request GET 'http://demo.shuanq.cn/api/app/get_variable_info?variable_name=test&appid='
{ "code": 1, "message": "获取成功", "timestamp": 1673810607, "nonceStr": "32c3f8c9a3db687ef352901cb2c7aa00", "data": { "id": 3, "name": "test", "content": "我是变量内容,我可以存放重要的数据,支持开启用户验证,验证后才能获取此变量数据,也适合给脚本语言的开发者做云脚本,也适合做一些云函数云扩展等比如将一个dll动态库文件数据转十六进制的方式存储在此变量里,获取变量后再转为dll文件并调用即可实现dll云更新云调用", "create_time": 1673810603, "update_time": 0, "moreOtherData": { "api_extra_data": "", "request_safe_code": "" } }, "signature": "915edf4385605405ff1ef0c3f93a2326" }