|
|
|
@ -8,21 +8,25 @@ import com.bnyer.common.core.utils.Sm4Util; |
|
|
|
import com.bnyer.common.core.utils.StringUtils; |
|
|
|
import com.bnyer.common.core.utils.uuid.IdUtils; |
|
|
|
import com.bnyer.common.redis.service.RedisService; |
|
|
|
import com.bnyer.img.config.WxConfig; |
|
|
|
import com.bnyer.img.constants.RedisKeyConstant; |
|
|
|
import com.bnyer.img.constants.StatusImgConstant; |
|
|
|
import com.bnyer.img.constants.TiktokConstant; |
|
|
|
import com.bnyer.img.domain.Creator; |
|
|
|
import com.bnyer.img.domain.InviteLog; |
|
|
|
import com.bnyer.img.domain.TiktokImg; |
|
|
|
import com.bnyer.img.domain.VerifyLog; |
|
|
|
import com.bnyer.img.dto.*; |
|
|
|
import com.bnyer.img.dto.CreatorDto; |
|
|
|
import com.bnyer.img.dto.CreatorLoginDto; |
|
|
|
import com.bnyer.img.dto.CreatorPageDto; |
|
|
|
import com.bnyer.img.dto.VerifyCreatorDto; |
|
|
|
import com.bnyer.img.mapper.CreatorMapper; |
|
|
|
import com.bnyer.img.mapper.InviteLogMapper; |
|
|
|
import com.bnyer.img.mapper.TiktokImgMapper; |
|
|
|
import com.bnyer.img.mapper.VerifyLogMapper; |
|
|
|
import com.bnyer.img.service.CreatorService; |
|
|
|
import com.bnyer.img.vo.*; |
|
|
|
import com.bnyer.img.vo.CreatorDetailsVo; |
|
|
|
import com.bnyer.img.vo.CreatorHotVo; |
|
|
|
import com.bnyer.img.vo.CreatorLoginVo; |
|
|
|
import com.bnyer.img.vo.CreatorVo; |
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
import org.springframework.beans.BeanUtils; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
@ -60,9 +64,6 @@ public class CreatorServiceImpl implements CreatorService { |
|
|
|
@Autowired |
|
|
|
private RestTemplate restTemplate; |
|
|
|
|
|
|
|
@Autowired |
|
|
|
private WxConfig wxConfig; |
|
|
|
|
|
|
|
@Override |
|
|
|
public boolean checkPhone(String phone){ |
|
|
|
LambdaQueryWrapper<Creator> wrapper = new LambdaQueryWrapper<>(); |
|
|
|
|