👽 Support Multi-currency

This commit is contained in:
2025-03-23 18:00:27 +08:00
parent 2d4034d7f8
commit cd7d19db68
3 changed files with 4 additions and 3 deletions

View File

@ -63,6 +63,7 @@ func PlaceOrder(user uint, filesize int64, withDiscount bool) error {
PayerAccountId: lo.ToPtr(uint64(user)),
Amount: amount,
Remark: "File Uploading Fee",
Currency: "normal",
})
if err != nil {
return err