简要描述:
- 站点注册-重置密钥
请求域名:
- http://yunzshop.com
请求URL:
POST/admin/system/siteRegister/reset
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
以下数据 | 需要加数组 | 如:data[key] | |
key | 是 | string | key |
secret | 是 | string | 密钥 |
返回示例:
没有参数时返回:
{
result: 1,
msg: "成功",
data: {
key: "3aa4c550-925c-11e9-af38-b1f2ea8eaabf",
secret: "$2y$10$amREJyo3tyz3z0gbs4F6uO2jhx0UeLsJbmdlRpxiyomkNfJzlE34C"
}
}
有参数时返回:
{
result : 1,
msg : "成功",
data : []
}
错误时返回:
没有请求参数返回参数说明:
参数名 | 类型 | 说明 | |
---|---|---|---|
key | 是 | string | key |
secret | 是 | string | 密钥 |
备注:
- 更多返回错误代码请看首页的错误代码描述