feat: 设置context
This commit is contained in:
parent
0e95971f0a
commit
5ea446a760
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user