Commit 702439d2 authored by 赵啸非's avatar 赵啸非

添加接口附件解密地址

parent 113ff65b
......@@ -19,7 +19,7 @@
</plugin>
<plugin interceptor="com.mortals.framework.thirty.mybatis.LogInterceptor">
<property name="enableExecutorTime" value="false" />
<property name="showSql" value="false" />
<property name="showSql" value="true" />
</plugin>
</plugins>
</configuration>
\ No newline at end of file
......@@ -27,14 +27,14 @@ POST {{baseUrl}}/app/dataset/list
Content-Type: application/json
{
"appId": 20,
"appId": 5,
"orConditionList": [
{
"fieldName": "制定机关",
"fieldValue": "%四川省人民政府%"
"fieldName": "员工姓名",
"fieldValue": "李涛"
},{
"fieldName": "标题",
"fieldValue": "%管理办法%"
"fieldName": "部门",
"fieldValue": "%不动产登记中心%"
}
],
"page": 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment