更新模板权重
开发中POST
http://localhost:8000/api/amis/updateWeights请求参数
Query 参数
localhost/api/amis/updateWeights
string
可选
Body 参数application/json
object {0}
示例
{
"templateId": "640877fbd76d22598b96258a",
"weights": "1"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean
必需
errCode
null
必需
errMessage
null
必需
示例
{
"success": true,
"errCode": null,
"errMessage": null
}
最后修改时间: 2 年前