Compare commits

..

No commits in common. "b8e9353a992f8ec69ce2bd70138baeee99aaae17" and "8f5caf80bf9531e441eb400df7f6f43bbc8d3c65" 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),
CurrencyType: int32(currencyType),
PayStatus: 1,
UserID: userInfo.ID,