mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2025-02-01 09:32:49 +08:00
27 lines
655 B
Plaintext
27 lines
655 B
Plaintext
|
{
|
||
|
"properties" : { },
|
||
|
"id" : "c86e4f8fd4bc4d63bfaec8a53ea333cf",
|
||
|
"script" : null,
|
||
|
"groupId" : "4f0230049d7e4f39b1e0897cc0f46f9a",
|
||
|
"name" : "删除",
|
||
|
"createTime" : null,
|
||
|
"updateTime" : 1634731401903,
|
||
|
"lock" : "0",
|
||
|
"method" : "POST",
|
||
|
"path" : "/delete",
|
||
|
"parameters" : [ ],
|
||
|
"option" : "[]",
|
||
|
"requestBody" : "",
|
||
|
"headers" : [ ],
|
||
|
"paths" : [ ],
|
||
|
"responseBody" : null,
|
||
|
"description" : null,
|
||
|
"requestBodyDefinition" : null,
|
||
|
"responseBodyDefinition" : null,
|
||
|
"optionMap" : { }
|
||
|
}
|
||
|
================================
|
||
|
for(userId in id.split(',')){
|
||
|
db.table("sys_user").logic().where().eq("id",userId).delete();
|
||
|
}
|
||
|
return true
|