lrf402788946 4 years ago
parent
commit
ef6630aebd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/service/notice.js

+ 1 - 0
app/service/notice.js

@@ -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 + '&noticeid=' + res.id;
+        console.log(openid);
         await this.toSendWithUrl(openid, detail, tourl);
       }
     } else {