cheny 4 년 전
부모
커밋
a8213ec69d
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      app/service/login.js

+ 3 - 3
app/service/login.js

@@ -58,9 +58,9 @@ class LoginService extends CrudService {
         throw new BusinessError(ErrorCode.ACCESS_DENIED);
       }
     } else if (_user.role === '8') {
-      console.log('_user.uid------------------------------->>>>>>>>>>>>>>>>>>>');
-      console.log(_user);
-      const url = 'http://127.0.0.1:9008/api/live/dock/getdock/' + _user.uid;
+      // console.log('_user.uid------------------------------->>>>>>>>>>>>>>>>>>>');
+      // console.log(_user);
+      const url = 'http://127.0.0.1:9008/api/live/dock/getdock/' + _user.id;
       const vipuser = await this.ctx.curl(url, {
         method: 'post',
         headers: {