Authored by lea guo

yohood中奖消息发送

... ... @@ -627,7 +627,7 @@ module.exports = class extends global.yoho.BaseModel {
sendScene: 'MINI_ACTIVITY_JOIN',
miniAppType: +miniAppType === 63 ? +miniAppType : 29,
params: JSON.stringify({
activityTitle: extra.actName,
activityTitle: extra.actName || '',
activityTime,
pageUrl: `pages/zeroSell/originalPriceSell?actPrizeId=${actPrizeId}`
}),
... ...