Commit e7b4bcb5 authored by 赵啸非's avatar 赵啸非

添加资源自动刷新获取

parent c6377e5f
...@@ -54,6 +54,7 @@ public class ControllerScanUtil { ...@@ -54,6 +54,7 @@ public class ControllerScanUtil {
resourceViewEntity.initAttrValue(); resourceViewEntity.initAttrValue();
ResourceEntity resourceEditEntity = new ResourceEntity(); ResourceEntity resourceEditEntity = new ResourceEntity();
resourceEditEntity.initAttrValue(); resourceEditEntity.initAttrValue();
resourceEditEntity.setSourceType(1);
Method substringMethod = null; Method substringMethod = null;
String result = ""; String result = "";
......
...@@ -41,6 +41,12 @@ Content-Type: application/json ...@@ -41,6 +41,12 @@ Content-Type: application/json
{} {}
###controoler 测试
POST {{baseUrl}}/resource/refreshUrl
Accept: application/json
......
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