gpt4 book ai didi

java - Mule 表达语言和运算符

转载 作者:行者123 更新时间:2023-11-29 04:31:26 26 4
gpt4 key购买 nike

我想使用 Mule 表达式语言将两个输入参数发送到 API(例如:CodePostal 和 LibelleVoie)。我这样做:

[payload[1].getAdresseNonNormalisee().getObjetAttributs().getCodePostal()] && #[payload[1].getAdresseNonNormalisee().getObjetAttributs().getLibelleVoie()]]

但是它不起作用,它返回一个字符串

请问您有什么想法吗?

最佳答案

您必须在一个 MEL 表达式中编写所有内容:

#[payload[1].getAdresseNonNormalisee().getObjetAttributs().getCodePostal() && 
payload[1].getAdresseNonNormalisee().getObjetAttributs().getLibelleVoie()]]

您使用了两个表达式,中间有一些字符串:"&& "

关于java - Mule 表达语言和运算符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43662114/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com