7e5f7786 by 冯轩

Merge branch 'feature/CHINARPA-3964' into feature/uat-tmp

2 parents b1e6c384 3d633024
......@@ -24,6 +24,7 @@ class ECM:
'grant_type': 'client_credentials',
'client_id': conf.ECM_OAUTH_ID,
'client_secret': conf.ECM_OAUTH_SECRET,
'scope': conf.ECM_OAUTH_SCOPE,
}
self.token_key = 'access_token'
self.token_type = 'Bearer'
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!