获取access_token
POST
http://quyan4pl-gateway-dev.c8dfd77cdee5247d388409f67eae91522.cn-shanghai.alicontainer.com/auth/oauth/token
接口描述
client-id、client-secret、username、password 需要找趋研同事获取
请求头
参数名
类型
描述
必填
Content-Type
application/x-www-form-urlencoded
必填
Authorization
Basic Y2xpZW5...
必填
请求参数
参数名
类型
描述
必填
grant_type
password
必填
username
必填
password
必填
scope
all
必填