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