3d633024 by 冯轩

init 3964

1 parent b7f5124c
...@@ -24,6 +24,7 @@ class ECM: ...@@ -24,6 +24,7 @@ class ECM:
24 'grant_type': 'client_credentials', 24 'grant_type': 'client_credentials',
25 'client_id': conf.ECM_OAUTH_ID, 25 'client_id': conf.ECM_OAUTH_ID,
26 'client_secret': conf.ECM_OAUTH_SECRET, 26 'client_secret': conf.ECM_OAUTH_SECRET,
27 'scope': conf.ECM_OAUTH_SCOPE,
27 } 28 }
28 self.token_key = 'access_token' 29 self.token_key = 'access_token'
29 self.token_type = 'Bearer' 30 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!