Merge branch 'feat-zjy-fixbug-003' into main

This commit is contained in:
周俊耀 2025-06-27 17:44:55 +08:00
commit bb7184c480

View File

@ -478,7 +478,7 @@ func CreateAntomPay(c *gin.Context) {
UserName: userInfo.Name,
UserTel: userInfo.TelNum,
BundleName: bundleName,
PayAmount: float32(req.ProductAllPrice / 100), // 以后别用float存钱无语
PayAmount: float32(req.ProductAllPrice) / 100, // 以后别用float存钱无语
CurrencyType: int32(currencyType),
PayStatus: 1,
UserID: userInfo.ID,