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

添加巴中经开区windows shell

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