我从localhost:8280
调用主序列。
我想将参数传递给主序列,如`
localhost:8280?book =" math"
请建议在主序列URL中传递参数是否可行,或者我们需要使用Rest API吗?
答案 0 :(得分:0)
你可以提取这样的参数:
<property name="PARAM1"
expression="tokenize(substring-after(syn:get-property('To'),'param1='),'&')"
scope="default"
type="STRING"/>
<property name="PARAM1"
expression="tokenize(substring-after(syn:get-property('To'),'param2='),'&')"
scope="default"
type="STRING"/>