oauth2文档
B端系统使用passwod授权方式
grant_type:password client_id:2 "根据具体客户端变更 client_secret:qhlTUEmRtg6AMZmPq0tMcPMwyBrSv3z5ZSeBDw57 "根据具体客户端变更 username: xxxxxx "账号 password: xxxxxx "密码 scope: "暂时传空{ "access_token": "33ztDIlyQy-0keEZZSfdFA", "expires_in": 86400, "refresh_token": "ON6QaG6VTCiAD-Pt3Z-wrg", "token_type": "Bearer" }
C端平台使用passwod授权方式
其它
Last updated
Was this helpful?