数据 输入输出 处理
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

30 lines
591 B

{
"consumer": "consumerHttpProxy",
"ioConfig": {
"in": {
"apiServer": {
"port": 7000,
"userName": "usr",
"password": "123",
"routers": [
{
"router": "POST /upload/work/ABStatus",
"idTemplate": "{{.Values.UcId}}"
},
{
"router": "POST /upload/work/ABSHeart",
"idTemplate": "{{.Values.WorkId}}"
}
]
}
},
"out": {
"httpPost": {
"url": "http://218.3.126.49:60000",
"method": "post"
}
}
},
"info": {
}
}