From 6211f5d57cd48acceadf63e276f5ec5903bfae14 Mon Sep 17 00:00:00 2001 From: wyb <1977763549@qq.com> Date: Wed, 10 Jul 2024 11:27:05 +0800 Subject: [PATCH] =?UTF-8?q?doc:=E6=B7=BB=E5=8A=A0=E4=BD=9B=E5=B1=B1?= =?UTF-8?q?=E4=B8=89=E9=99=A2=E6=8E=A8=E9=80=81=E6=8E=A5=E5=8F=A3=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-config/message-forward-config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data-config/message-forward-config.json b/data-config/message-forward-config.json index 4ea0e48..86f0514 100644 --- a/data-config/message-forward-config.json +++ b/data-config/message-forward-config.json @@ -4,5 +4,17 @@ "urls": ["http://127.0.0.1:9314/hospital/gznk/wsRecordSubmit/do"], "errorResult": "0成功", "messageDataType": 1 + }, + { + "method": "WS_FSSY_USER", + "urls": ["http://127.0.0.1:9000/fssy-basic-receive/user/do"], + "errorResult": "
${{xpath:/Request/Header/SourceSystem}} ${{xpath:/Request/Header/MessageID}}
AE 系统出错
", + "messageDataType": 1 + }, + { + "method": "WS_FSSY_DEPT", + "urls": ["http://127.0.0.1:9000/fssy-basic-receive/dept/do"], + "errorResult": "
${{xpath:/Request/Header/SourceSystem}} ${{xpath:/Request/Header/MessageID}}
AE 系统出错
", + "messageDataType": 1 } ]