fix - fix starter_decode
This commit is contained in:
parent
fbb5c76737
commit
1a74d44007
@ -31,7 +31,7 @@ public class WorkflowRequestInterceptor implements RequestInterceptor {
|
|||||||
public void apply(RequestTemplate requestTemplate) {
|
public void apply(RequestTemplate requestTemplate) {
|
||||||
Target.HardCodedTarget target = (Target.HardCodedTarget) requestTemplate.feignTarget();
|
Target.HardCodedTarget target = (Target.HardCodedTarget) requestTemplate.feignTarget();
|
||||||
String apiClassPath = target.type().getName();
|
String apiClassPath = target.type().getName();
|
||||||
if (apiClassPath.startsWith("cn.axzo.workflow")) {
|
if (apiClassPath.startsWith("cn.axzo.workflow.client")) {
|
||||||
requestTemplate.header(HEADER_W_E, "true");
|
requestTemplate.header(HEADER_W_E, "true");
|
||||||
}
|
}
|
||||||
if (apiClassPath.contains("cn.axzo.workflow.client.feign.bpmn")
|
if (apiClassPath.contains("cn.axzo.workflow.client.feign.bpmn")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user