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