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);
         throw new BusinessError(ErrorCode.ACCESS_DENIED);
       }
       }
     } else if (_user.role === '8') {
     } 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, {
       const vipuser = await this.ctx.curl(url, {
         method: 'post',
         method: 'post',
         headers: {
         headers: {