2022-03-29 00:55:40 +08:00
|
|
|
{
|
|
|
|
"properties" : { },
|
2022-03-30 23:54:24 +08:00
|
|
|
"id" : "c999de118aa04594bc14c0e3f5ade568",
|
2022-03-29 00:55:40 +08:00
|
|
|
"script" : null,
|
2022-03-30 23:54:24 +08:00
|
|
|
"groupId" : "7bdcc43555b9419caba2ee722e1aa2d3",
|
2022-03-29 00:55:40 +08:00
|
|
|
"name" : "详情",
|
2022-03-30 23:54:24 +08:00
|
|
|
"createTime" : 1648655132931,
|
2022-03-29 00:55:40 +08:00
|
|
|
"updateTime" : null,
|
|
|
|
"lock" : null,
|
|
|
|
"createBy" : null,
|
|
|
|
"updateBy" : null,
|
|
|
|
"path" : "/get",
|
|
|
|
"method" : "GET",
|
|
|
|
"parameters" : [ ],
|
|
|
|
"options" : [ ],
|
|
|
|
"requestBody" : null,
|
|
|
|
"headers" : [ ],
|
|
|
|
"paths" : [ ],
|
|
|
|
"responseBody" : null,
|
|
|
|
"description" : null,
|
|
|
|
"requestBodyDefinition" : null,
|
|
|
|
"responseBodyDefinition" : null
|
|
|
|
}
|
|
|
|
================================
|
|
|
|
return db.selectOne("""
|
|
|
|
select id,name,sex,head_portrait,remarks from t_data_test where id = #{id}
|
|
|
|
""")
|