feat: 修改两处海报logo-text图片、修改创建球局后跳转详情页打开分享弹窗位置、修改分享二维码接口取值、修改ntrp修改弹窗的初始值、增加复制链接功能

This commit is contained in:
2026-02-07 17:37:07 +08:00
parent 42025d49f8
commit ff864fe64d
10 changed files with 194 additions and 168 deletions

View File

@@ -158,6 +158,7 @@ class GameDetailService {
async getQrCodeUrl(req: { page: string, scene: string }): Promise<ApiResponse<{
qr_code_base64: string,
image_size: number,
ossPath: string,
page: string,
scene: string,
width: number
@@ -166,6 +167,10 @@ class GameDetailService {
showLoading: true
})
}
async getLinkUrl(req: { path: string, query: string }): Promise<ApiResponse<{ url_link: string, path: string, query: string }>> {
return httpService.post('/user/generate_url_link', req, { showLoading: true })
}
}
// 导出认证服务实例