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 } ]