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: {