|
|
@@ -154,7 +154,7 @@ public class AuthAccessTokenServiceImpl extends ServiceImpl<AuthAccessTokenMappe
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
public ResponseResultVO wxToken(UserWxLogin userWxLogin) {
|
|
|
// todo
|
|
|
- userWxLogin.setUserWxid("1");
|
|
|
+// userWxLogin.setUserWxid("1");
|
|
|
UserLogin userLogin = userMapper.getByWxid(userWxLogin.getUserWxid());
|
|
|
if (userLogin == null) {
|
|
|
//无用户
|