adjust
This commit is contained in:
parent
5896cb0cb2
commit
2cbcb7f46f
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user