import { ItemReward } from "../domain/dbGeneral"; /** * @description 生成拍卖数据 * @export * @param {string} guildCode * @param {number} sourceType * @param {string} sourceCode * @param {number} serverId * @param {ItemReward[]} rewards */ export async function genAuction(guildCode: string, sourceType: number, sourceCode: string, serverId: number, rewards: ItemReward[]) { } /** * @description 获取活动参加者 * @export * @param {string} guildCode * @param {number} sourceType * @param {string} sourceCode */ export async function participants(guildCode: string, sourceType: number, sourceCode: string) { }