|
|
|
@ -212,8 +212,10 @@ public class CreatorProfitServiceImpl implements CreatorProfitService { |
|
|
|
|
|
|
|
@Override |
|
|
|
public List<CreatorPreAdProfitVo> queryFrontPreAdProfitList(Long creatorId) { |
|
|
|
String redisKey = RedisKeyConstant.WECHAT_CREATOR_DOWNLOAD_KEY + creatorId; |
|
|
|
String imgKey = RedisKeyConstant.TIKTOK_IMG_DOWNLOAD_NUM_KEY + creatorId; |
|
|
|
SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd"); |
|
|
|
String date = df.format(new Date()); |
|
|
|
String redisKey = RedisKeyConstant.WECHAT_CREATOR_DOWNLOAD_KEY + date; |
|
|
|
String imgKey = RedisKeyConstant.TIKTOK_IMG_DOWNLOAD_NUM_KEY + date; |
|
|
|
//获取基础图片信息
|
|
|
|
List<CreatorPreAdProfitVo> list = new ArrayList<>(); |
|
|
|
try{ |
|
|
|
|