12、新增区域信息 websocket测试 POST /region/save 请求参数 ``` { "name": "许西站", "regionRange": "许西村加山西大学" } ``` 响应数据 ``` { "code": 0, "msg": "success" } ```