magic-boot/data/magic-api/api/系统管理/组件/获取源码.ms
2024-03-05 20:42:12 +08:00

27 lines
691 B
Plaintext

{
"properties" : { },
"id" : "2e3a230acf004dcdb679ff3a46a8a20a",
"script" : null,
"groupId" : "6f106ebdee21489db34b956f7770ff03",
"name" : "获取源码",
"createTime" : null,
"updateTime" : 1709533763038,
"lock" : null,
"createBy" : null,
"updateBy" : null,
"path" : "/getSourceCode",
"method" : "GET",
"parameters" : [ ],
"options" : [ ],
"requestBody" : "",
"headers" : [ ],
"paths" : [ ],
"responseBody" : null,
"description" : null,
"requestBodyDefinition" : null,
"responseBodyDefinition" : null
}
================================
return db.selectValue("""
select source_code from sys_dynamic_component where is_del = 0 and id = #{id}
""")