...
|
...
|
@@ -817,6 +817,7 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport |
|
|
try {
|
|
|
JSONObject couponMesBo = new JSONObject();
|
|
|
couponMesBo.put("uid", appYohoCpsNewUid.getInviterUid());
|
|
|
couponMesBo.put("eventCode","INVITE_NEW_REWARD");
|
|
|
logger.info("tryJoinInviteActivity send msg couponMesBo is {} .", JSON.toJSONString(couponMesBo));
|
|
|
yhProducer.send(SEND_COUPON_TOPIC, couponMesBo);
|
|
|
}catch (Exception e){
|
...
|
...
|
|