3d633024 by 冯轩

init 3964

1 parent b7f5124c
......@@ -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!