feat: 设置context

This commit is contained in:
zengxiaobo 2024-05-27 15:55:32 +08:00
parent 0e95971f0a
commit 5ea446a760

View File

@ -57,7 +57,7 @@ public class AxContext {
.map(e -> e.getFiller().apply(request, context))
.toArray(Boolean[]::new);
//所有的header设置成功才算成功
if (BooleanUtils.and(initialled)) {
if (BooleanUtils.or(initialled)) {
set(context);
return true;
}