|
发表于 2019-6-25 14:31:37
|
显示全部楼层

请求密钥网址:
https://demo.o2oa.net:24420/x_organization_assemble_authentication/jaxrs/oauth/auth?redirect_uri={$redirect_uri}&response_type=code&client_id={$client_id}
请求令牌网址:
https://demo.o2oa.net:24420/x_organization_assemble_authentication/jaxrs/oauth/token
请求令牌属性:
code={$code}&client_id={$client_id}&client_secret={$client_secret}&redirect_uri={$redirect_uri}&grant_type=authorization_code
请求信息网址
https://demo.o2oa.net:24420/x_organization_assemble_authentication/jaxrs/oauth/info?access_token={$access_token} |
|