修改配置档
POST
/api/config/update请求参数
Body 参数application/json
database
object
必需
host
string
必需
port
integer
必需
username
string
必需
password
string
必需
database
string
必需
jwtConstants
object
必需
secret
string
必需
salt
string
必需
示例
{
"database": {
"host": "192.168.0.108",
"port": 3306,
"username": "******",
"password": "******",
"database": "test"
},
"jwtConstants": {
"secret": "b46c8261-5d04-4c17-9a83-e26b7f6bab8f"
},
"salt": "salt"
}
示例代码
返回响应
成功(201)
HTTP 状态码: 201
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 2 个月前