cheny 4 years ago
parent
commit
37a0c844b8
1 changed files with 1 additions and 1 deletions
  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: {