Compare commits
2 Commits
8f5caf80bf
...
b8e9353a99
Author | SHA1 | Date | |
---|---|---|---|
b8e9353a99 | |||
58abfab434 |
@ -478,7 +478,7 @@ func CreateAntomPay(c *gin.Context) {
|
||||
UserName: userInfo.Name,
|
||||
UserTel: userInfo.TelNum,
|
||||
BundleName: bundleName,
|
||||
PayAmount: float32(req.ProductAllPrice),
|
||||
PayAmount: float32(req.ProductAllPrice / 100), // 以后别用float存钱,无语
|
||||
CurrencyType: int32(currencyType),
|
||||
PayStatus: 1,
|
||||
UserID: userInfo.ID,
|
||||
|
Loading…
Reference in New Issue
Block a user