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

添加接口附件解密地址

parent 113ff65b
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</plugin> </plugin>
<plugin interceptor="com.mortals.framework.thirty.mybatis.LogInterceptor"> <plugin interceptor="com.mortals.framework.thirty.mybatis.LogInterceptor">
<property name="enableExecutorTime" value="false" /> <property name="enableExecutorTime" value="false" />
<property name="showSql" value="false" /> <property name="showSql" value="true" />
</plugin> </plugin>
</plugins> </plugins>
</configuration> </configuration>
\ No newline at end of file
...@@ -27,14 +27,14 @@ POST {{baseUrl}}/app/dataset/list ...@@ -27,14 +27,14 @@ POST {{baseUrl}}/app/dataset/list
Content-Type: application/json Content-Type: application/json
{ {
"appId": 20, "appId": 5,
"orConditionList": [ "orConditionList": [
{ {
"fieldName": "制定机关", "fieldName": "员工姓名",
"fieldValue": "%四川省人民政府%" "fieldValue": "李涛"
},{ },{
"fieldName": "标题", "fieldName": "部门",
"fieldValue": "%管理办法%" "fieldValue": "%不动产登记中心%"
} }
], ],
"page": 1, "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