lrf402788946 5 년 전
부모
커밋
ef6630aebd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 {