This commit is contained in:
yumoqing 2025-12-18 15:56:56 +08:00
parent f101490df0
commit 885c2a03ba

View File

@ -36,8 +36,8 @@ class PaymentLog:
"currency": currency, "currency": currency,
"payment_status": '0', "payment_status": '0',
"init_timestamp": timestampstr(), "init_timestamp": timestampstr(),
"payed_timestamp": "1900-01-01 00:00:00", "payed_timestamp": "2000-01-01 00:00:00.001",
"cancel_timestamp": "1900-01-01 00:00:00", "cancel_timestamp": "2000-01-01 00:00:00.001",
"userid": userid "userid": userid
} }
await sor.C('payment_log', ns.copy()) await sor.C('payment_log', ns.copy())