Compare commits
No commits in common. "b8e9353a992f8ec69ce2bd70138baeee99aaae17" and "8f5caf80bf9531e441eb400df7f6f43bbc8d3c65" have entirely different histories.
b8e9353a99
...
8f5caf80bf
@ -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),
|
||||||
CurrencyType: int32(currencyType),
|
CurrencyType: int32(currencyType),
|
||||||
PayStatus: 1,
|
PayStatus: 1,
|
||||||
UserID: userInfo.ID,
|
UserID: userInfo.ID,
|
||||||
|
Loading…
Reference in New Issue
Block a user