## 获取动态数据
+++
post:/index.php/api/index/security
*data=(软件密钥,数据名称)#如果该数据是开启了cookies验证,必须传入cookies,如果没有的话则无需传入
<<<
success
{
"code": 1,
"msg": "数据读取成功..",
"data": {
"name":..,//数据名称
"security":..,//经过处理的数据
}
}
<<<
error
如果没有返回,就是连接服务器失败
+++