magic-boot/data/magic-api/api/系统管理/组件/获取源码.ms

27 lines
693 B
Plaintext
Raw Normal View History

2024-03-03 20:47:53 +08:00
{
"properties" : { },
"id" : "2e3a230acf004dcdb679ff3a46a8a20a",
"script" : null,
"groupId" : "6f106ebdee21489db34b956f7770ff03",
"name" : "获取源码",
"createTime" : 1709459380012,
"updateTime" : null,
"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 name = #{name}
""")