refactor: 移除冗余注释和描述,优化管理员模块的代码结构
This commit is contained in:
@@ -31,7 +31,6 @@ export async function getAdminDrawResultBatches(drawId: number): Promise<AdminDr
|
||||
return adminRequest.get<AdminDrawBatchesData>(`${A}/draws/${drawId}/result-batches`);
|
||||
}
|
||||
|
||||
/** PRD §15.4:单期投注/派彩与结算批次摘要 */
|
||||
export async function getAdminDrawFinanceSummary(
|
||||
drawId: number,
|
||||
): Promise<AdminDrawFinanceSummaryData> {
|
||||
|
||||
Reference in New Issue
Block a user