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

修改重试机制

parent fcaef7a3
...@@ -114,7 +114,7 @@ public class SiteMatterEntity extends SiteMatterVo { ...@@ -114,7 +114,7 @@ public class SiteMatterEntity extends SiteMatterVo {
this.eventTypeShow = ""; this.eventTypeShow = "";
this.source = 0; this.source = 0;
this.hot = 0; this.hot = 0;
this.display = 0; this.display = 1;
this.deptCode = ""; this.deptCode = "";
this.agent = 0; this.agent = 0;
this.agentName = ""; this.agentName = "";
......
...@@ -29,6 +29,10 @@ ...@@ -29,6 +29,10 @@
"base-yibin-web": { "base-yibin-web": {
"baseUrl": "http://112.19.80.237:11078/base" "baseUrl": "http://112.19.80.237:11078/base"
}, },
"base-pengxi-web": {
"baseUrl": "http://118.122.189.109:11078/base"
},
"base-reg-web": { "base-reg-web": {
"baseUrl": "http://8.136.255.30:1129/base" "baseUrl": "http://8.136.255.30:1129/base"
}, },
......
...@@ -36,8 +36,7 @@ client.global.set("SkinBase_id", JSON.parse(response.body).data.id); ...@@ -36,8 +36,7 @@ client.global.set("SkinBase_id", JSON.parse(response.body).data.id);
%} %}
###系统基础皮肤查看 ###系统基础皮肤查看
GET {{baseUrl}}/skin/base/view?id=42 GET {{baseUrl}}/skin/base/interview?id=153
Authorization: {{authToken}}
Accept: application/json 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