@@ -178,6 +178,7 @@ class NoticeService extends CrudService {
const openid = _.get(user, 'openid');
const detail = content;
const tourl = this.ctx.app.config.baseUrl + '/trainnotice/?userid=' + user.uid + '¬iceid=' + res.id;
+ console.log(openid);
await this.toSendWithUrl(openid, detail, tourl);
}
} else {