Commit 2ea2034f by 孙龙

up

parent 6b4d95c7
Showing with 49 additions and 0 deletions
# ichunt-micro-v2
## golang微服务网关
>
>** http服务:**
**内网转发:**
1,微服务网关后台添加内网服务相关信息即可
**外网直接转发:**
例如:发送钉钉消息
1,微服务网关后台添加外网转发服务相关内容,
2,转发方式为:不经过负载均衡器,直接转发到外网或者内网,并添加外网地址即可
钉钉:
```
http://192.168.2.246:2002/dingding?access_token=561c9ea2085ad3f9953559b6f5e8a6096092f39844b090f45a34c5856a7be6b3
```
> post json数据
```
{
"msgtype": "text",
"text": {
"content": "微服务网关后台告警:我就是我, 是不一样的烟火333"
},
"at": {
"atMobiles": [
],
"isAtAll": false
}
}
```
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 sign in to comment