Authored by hongyong.zhao

bug fix

... ... @@ -737,7 +737,7 @@ class AdminModel extends global.yoho.BaseModel {
let msgData = {
method: 'wechat.message.send',
sendScene: 'MINI_WINNING_NOTICE',
miniAppType: (channel === 1 ? 63 : 29),
miniAppType: ((+channel) === 1 ? 63 : 29),
params: JSON.stringify({
activityTitle: productInfo.name,
activityTime: moment().format('YYYY-MM-DD HH:mm') + ':00',
... ...