magic-boot/data/magic-api/api/后台/菜单管理/修改是否显示.ms

26 lines
763 B
Plaintext
Raw Normal View History

2021-10-24 20:09:53 +08:00
{
"properties" : { },
"id" : "62020bd7a49949378e90ce2d14fef8f7",
"script" : null,
"groupId" : "67b2ce258e24491194b74992958c74aa",
"name" : "修改是否显示",
2022-01-07 01:08:42 +08:00
"createTime" : null,
"updateTime" : 1641482987357,
2021-10-24 20:09:53 +08:00
"lock" : "0",
"method" : "GET",
2022-01-07 01:08:42 +08:00
"path" : "/change",
2021-10-24 20:09:53 +08:00
"parameters" : [ ],
"option" : "[{\"name\":\"wrap_request_parameter\",\"value\":\"data\",\"description\":\"包装请求参数到一个变量中\"}]",
"requestBody" : "",
"headers" : [ ],
"paths" : [ ],
"responseBody" : null,
"description" : null,
"requestBodyDefinition" : null,
"responseBodyDefinition" : null,
"optionMap" : {
"wrap_request_parameter" : "data"
}
}
================================
return db.table("sys_menu").primary("id").update(data)