This commit is contained in:
乘风
2026-02-05 11:35:57 +08:00
parent 8c2a6391af
commit b96acadf91
31 changed files with 2263 additions and 4933 deletions

View File

@@ -22,6 +22,8 @@ function rowToOrder(row: Record<string, unknown>) {
status: row.status,
transactionId: row.transaction_id,
payTime: row.pay_time,
referrerId: row.referrer_id ?? null,
referralCode: row.referral_code ?? null,
createdAt: row.created_at,
updatedAt: row.updated_at,
}