Compare commits

..

No commits in common. "bb7184c480ee1a54192904f211c5d1a91a51757d" and "eea1b146ebbb7cb23924ab04b2c384cdeed52ba1" have entirely different histories.

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,