feat: 生成海报
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
// 导出认证服务实例
|
||||
|
||||
Reference in New Issue
Block a user