REQ-3046: 添加路由参数到query parameter中
This commit is contained in:
parent
7d95b3efa2
commit
13f13ce9a3
@ -110,7 +110,7 @@ public class PendingMessageBizConfig {
|
||||
@Getter
|
||||
private Set<String> populateWorkspaceIdTemplateCodes = new HashSet<>();
|
||||
|
||||
private boolean appendRouterParamsAsQueryParams = false;
|
||||
private boolean appendRouterParamsAsQueryParams = true;
|
||||
|
||||
public boolean isConcatRouterParams(String templateCode) {
|
||||
if (!appendRouterParamsAsQueryParams)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user