mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2025-04-27 21:41:22 +08:00
24 lines
652 B
Plaintext
24 lines
652 B
Plaintext
{
|
|
"properties" : { },
|
|
"id" : "64ba47c2a11346e1972c63245cbf962c",
|
|
"script" : null,
|
|
"groupId" : "4f0230049d7e4f39b1e0897cc0f46f9a",
|
|
"name" : "修改登录状态",
|
|
"createTime" : null,
|
|
"updateTime" : 1634729738648,
|
|
"lock" : "0",
|
|
"method" : "GET",
|
|
"path" : "/change/login/status",
|
|
"parameters" : [ ],
|
|
"option" : "[]",
|
|
"requestBody" : "",
|
|
"headers" : [ ],
|
|
"paths" : [ ],
|
|
"responseBody" : null,
|
|
"description" : null,
|
|
"requestBodyDefinition" : null,
|
|
"responseBodyDefinition" : null,
|
|
"optionMap" : { }
|
|
}
|
|
================================
|
|
return db.table("sys_user").column("isLogin", isLogin).where().eq("id",id).update() |