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

添加巴中经开区windows shell

parent aeddf23a
...@@ -171,6 +171,7 @@ public class TestSendMsgController { ...@@ -171,6 +171,7 @@ public class TestSendMsgController {
* @return * @return
*/ */
@PostMapping("getHcpSin/form") @PostMapping("getHcpSin/form")
@UnAuth
public String form(TestReq req) { public String form(TestReq req) {
log.info("【测试form】【请求体】--> " + JSONObject.toJSONString(req)); log.info("【测试form】【请求体】--> " + JSONObject.toJSONString(req));
return "ok"; return "ok";
...@@ -183,7 +184,8 @@ public class TestSendMsgController { ...@@ -183,7 +184,8 @@ public class TestSendMsgController {
* @param req * @param req
* @return * @return
*/ */
@PostMapping("getHcpSin/json") @GetMapping("getHcpSin/json")
@UnAuth
public String json(@RequestBody TestReq req) { public String json(@RequestBody TestReq req) {
log.info("【测试json】【请求体】--> " + JSONObject.toJSONString(req)); log.info("【测试json】【请求体】--> " + JSONObject.toJSONString(req));
return "ok"; return "ok";
...@@ -194,7 +196,8 @@ public class TestSendMsgController { ...@@ -194,7 +196,8 @@ public class TestSendMsgController {
* *
* @return * @return
*/ */
@PostMapping("sendThirdParty") @GetMapping("sendThirdParty")
@UnAuth
public String sendThirdParty() { public String sendThirdParty() {
List<DeviceEntity> deviceEntities = deviceService.find(new DeviceEntity()); List<DeviceEntity> deviceEntities = deviceService.find(new DeviceEntity());
......
...@@ -49,5 +49,9 @@ ...@@ -49,5 +49,9 @@
"reg-web": { "reg-web": {
"baseUrl": "http://8.136.255.30:1136/m" "baseUrl": "http://8.136.255.30:1136/m"
},
"dazou": {
"baseUrl": "http://8.136.255.30:1805/m"
} }
} }
\ No newline at end of file
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