登陆失败返回401状态,修复后台删除用户导致登陆失败的问题

This commit is contained in:
hupeng
2019-11-23 20:10:49 +08:00
parent 1218de3ca1
commit 6afcb7083a
7 changed files with 31 additions and 6 deletions

View File

@ -23,6 +23,11 @@
<artifactId>wx-java-pay-spring-boot-starter</artifactId>
<version>3.5.0</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.github.binarywang</groupId>-->
<!-- <artifactId>wx-java-miniapp-spring-boot-starter</artifactId>-->
<!-- <version>3.5.0</version>-->
<!-- </dependency>-->
</dependencies>