🐞 fix(web): 获取大区地址时增加addressType
This commit is contained in:
@@ -299,8 +299,8 @@ export default class GameController extends Controller {
|
||||
ctx.body = ctx.service.utils.resResult(STATUS.REGION_NOT_FOUND);
|
||||
return;
|
||||
}
|
||||
const { webHost } = region;
|
||||
ctx.body = ctx.service.utils.resResult(STATUS.SUCCESS, { webHost });
|
||||
const { webHost = 'https://sq7-web-sgzzyz.yev242.com', addressType = 9 } = region;
|
||||
ctx.body = ctx.service.utils.resResult(STATUS.SUCCESS, { webHost, addressType });
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user