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;
   }