mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2025-01-19 12:02:50 +08:00
26 lines
768 B
Plaintext
26 lines
768 B
Plaintext
{
|
|
"properties" : { },
|
|
"id" : "d6d05df1e8b14a6ebc270113b2cdd1ed",
|
|
"script" : null,
|
|
"groupId" : "67b2ce258e24491194b74992958c74aa",
|
|
"name" : "保存",
|
|
"createTime" : 1634724871170,
|
|
"updateTime" : 1634724871170,
|
|
"lock" : "0",
|
|
"method" : "POST",
|
|
"path" : "/save",
|
|
"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").saveOrUpdate(data); |