|
@@ -2,6 +2,7 @@ package com.yonge.cooleshow.auth.service.impl;
|
|
|
|
|
|
import com.alibaba.fastjson.JSON;
|
|
import com.alibaba.fastjson.JSON;
|
|
import com.google.common.collect.Lists;
|
|
import com.google.common.collect.Lists;
|
|
|
|
+import com.sun.xml.internal.bind.v2.TODO;
|
|
import com.yonge.cooleshow.api.feign.AdminFeignService;
|
|
import com.yonge.cooleshow.api.feign.AdminFeignService;
|
|
import com.yonge.cooleshow.api.feign.dto.UserFriendInfoVO;
|
|
import com.yonge.cooleshow.api.feign.dto.UserFriendInfoVO;
|
|
import com.yonge.cooleshow.auth.api.dto.QRLoginDto;
|
|
import com.yonge.cooleshow.auth.api.dto.QRLoginDto;
|
|
@@ -434,6 +435,7 @@ public class SysUserServiceImpl extends BaseServiceImpl<Long, SysUser> implement
|
|
@Transactional(rollbackFor = Exception.class)
|
|
@Transactional(rollbackFor = Exception.class)
|
|
public HttpResponseResult<Void> logoffByPhone(String phone) {
|
|
public HttpResponseResult<Void> logoffByPhone(String phone) {
|
|
|
|
|
|
|
|
+ // todo: 暂时不上
|
|
// try {
|
|
// try {
|
|
// HttpResponseResult<List<String>> check = adminFeignService.accountLogoffCheck(phone);
|
|
// HttpResponseResult<List<String>> check = adminFeignService.accountLogoffCheck(phone);
|
|
// List<String> errMsg = check.getData();
|
|
// List<String> errMsg = check.getData();
|