|
|
@@ -42,7 +42,7 @@ public class AuthClientSecurityAuthenticationHelper {
|
|
|
private static final String[] UserTokenName = new String[]{"accesstoken", "accessToken", "_uToken", "uToken"};
|
|
|
|
|
|
//机构id
|
|
|
- private static final String[] OrgName = new String[]{"oid", "epid", "enterPriseId", "epId", "enterpriseId"};
|
|
|
+ private static final String[] OrgName = new String[]{"headerOid", "oid", "epid", "enterPriseId", "epId", "enterpriseId"};
|
|
|
|
|
|
@Autowired
|
|
|
private ApplicationContext applicationContext;
|