feat: 生成海报

This commit is contained in:
2025-10-03 09:19:05 +08:00
parent 40a043d2a0
commit 5fec10b342
18 changed files with 1032 additions and 200 deletions

View File

@@ -140,6 +140,17 @@ class GameDetailService {
showLoading: true,
});
}
async getActivityId(req: { business_type: 'game' | 'order' | 'participant', business_id: number, is_private: boolean }): Promise<ApiResponse<{
activity_id: string,
expiration_time: number,
business_type: 'game' | 'order' | 'participant',
business_id: number
}>> {
return httpService.post('/user/create_activity_id', req, {
showLoading: false
})
}
}
// 导出认证服务实例