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

+ 1 - 1
app/service/login.js

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