lrf402788946 4 년 전
부모
커밋
c9d0b427b3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/service/user.js

+ 1 - 0
app/service/user.js

@@ -139,6 +139,7 @@ class UserService extends CrudService {
   // 通过openid查询用户信息
   async findByAppOpenid(appopenid) {
     // 通过openid查询用户信息
+    console.warn('in function:findByAppOpenid');
     const user = await this.model.findOne({ appopenid });
     return user;
   }