This commit is contained in:
yangduo 2025-01-14 11:24:30 +08:00
parent 5896cb0cb2
commit 2cbcb7f46f

View File

@ -221,7 +221,7 @@ func (this *MainServiceApi) WxNotifyPurchase(c *gin.Context) {
originstr += "&goodsid=" + payloadobj.GoodsInfo.ProductId
originstr += "&orderid=" + orderModel.OrderId
originstr += "&amount=" + q5.SafeToString(payloadobj.GoodsInfo.ActualPrice)
originstr += ":" + constant.NOFITY_GAMESERVER_SALT + nowtimestr
originstr += ":" + nowtimestr + constant.NOFITY_GAMESERVER_SALT
params := map[string]string{
"c": "Recharge",
"a": "purchaseNotify",