在自己的个人账号上
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.3</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-httpclient/commons-httpclient -->
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-lang/commons-lang -->
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<!-- https://mvnrepository.com/artifact/net.sf.ezmorph/ezmorph -->
<dependency>
<groupId>net.sf.ezmorph</groupId>
<artifactId>ezmorph</artifactId>
<version>1.0.6</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
</dependency>
花生壳又什么鬼,真是每天都学到新玩意。。。无穷无尽?
你的授权方式是怎样的
测试号可以是ip地址,正式公众号必须是域名。
设置elipse首字母引导
token要看后台的处理
自定义的
同问,能否提供下源码
code仅可以使用1次,第一次获取到的code使用过之后,传去别的地方用就会报这个错。要想再用,就得在代码中重新构建微信请求连接去请求获得新的code
去maven仓库,https://mvnrepository.com/。建议配置maven使用国内仓库下载依赖快很多。
是参数有什么问题吧,传入的
错误代码是什么?
网页授权获取用户基本信息”,不要加协议名,”
原因如下:
response重定向后没有return,后续程序继续运行,遇到了后续的再次重定向代码报错。
解决方法:
重定向后return。
+1~