|
|
|
@ -135,7 +135,7 @@ public class CreatorProfitServiceImpl implements CreatorProfitService { |
|
|
|
|
|
|
|
//发送下图画意值奖励并写入记录消息
|
|
|
|
GoldRewardMessage msg = buildGoldRewardMsg(params.getUserId(), 2, GoldEnum.DOWNLOAD_IMG.getCode(), params.getPlatform(), null); |
|
|
|
rocketMQEnhanceTemplate.sendAsyncRetryMsg(RocketMqTopic.GOLD_REWARD_TOPIC,null,msg); |
|
|
|
rocketMQEnhanceTemplate.sendAsyncMsg(RocketMqTopic.GOLD_REWARD_TOPIC,null,msg); |
|
|
|
return insert; |
|
|
|
} |
|
|
|
|
|
|
|
|