This commit is contained in:
Zhang Minghan 2023-11-11 09:38:21 +08:00
parent 16a74423be
commit e6e2dfd7a9

View File

@ -53,8 +53,8 @@ func GetSubscription(c *gin.Context) {
SoftLimit: int64(quota * 100),
HardLimit: int64(total * 100),
SystemHardLimit: 100000000,
SoftLimitUSD: quota / 7.3,
HardLimitUSD: total / 7.3,
SoftLimitUSD: quota / 7.3 / 10,
HardLimitUSD: total / 7.3 / 10,
SystemHardLimitUSD: 1000000,
})
}