access token怎么获取
1个回答
推荐于2016-07-21
展开全部
authorization_code.jsp代码如下所示:
<body>
<form action="https://oauth.api.189.cn/emp/oauth2/authorize" method="post">
<input type="text" name="app_id" value="285584180000030161"/><br/>
<input type="text" name="redirect_uri" value="http://localhost:8080/AppsDemo/access_token.jsp"/><br/>
<input type="text" name="response_type" value="code"/><br/>
<input type="submit" value="点击获取令牌"/>
</form>
< /body>
这边的表单提交方法,method=”get”或者”post”都可以。
但是要注意一点,"redirect_uri"的value是指你最终要获取“access_token”的那个Jsp。
<body>
<form action="https://oauth.api.189.cn/emp/oauth2/authorize" method="post">
<input type="text" name="app_id" value="285584180000030161"/><br/>
<input type="text" name="redirect_uri" value="http://localhost:8080/AppsDemo/access_token.jsp"/><br/>
<input type="text" name="response_type" value="code"/><br/>
<input type="submit" value="点击获取令牌"/>
</form>
< /body>
这边的表单提交方法,method=”get”或者”post”都可以。
但是要注意一点,"redirect_uri"的value是指你最终要获取“access_token”的那个Jsp。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询