feat:微信小程序用户登录逻辑

This commit is contained in:
haoxr 2021-06-08 01:28:33 +08:00
parent cd73d8bb9b
commit 9a3eb91ae7
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -53,7 +53,7 @@ public class WeAppService {
public JwtTokenPair login(Map<String, String> parameters) {
String code = parameters.get("code");
String userInfo = parameters.get("userInfo");
// String userInfo = parameters.get("userInfo");
if (StrUtil.isBlank(code)) {
throw new BizException("code不能为空");