fix
This commit is contained in:
parent
bca8f6ca3a
commit
855b9d4e99
@ -14,6 +14,6 @@
|
|||||||
"appsecret": "148509437b331acd15580b279e8511af",
|
"appsecret": "148509437b331acd15580b279e8511af",
|
||||||
"zoneid": "1",
|
"zoneid": "1",
|
||||||
"offerid": "1450318181",
|
"offerid": "1450318181",
|
||||||
"notifyurl": "https://game2004api-test.kingsome.cn/index.php"
|
"notifyurl": "https://game2004api-test.kingsome.cn/6001/index.php"
|
||||||
}
|
}
|
||||||
]
|
]
|
@ -182,6 +182,11 @@ func (this *MainServiceApi) WxNotifyPurchase(c *gin.Context) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if orderModel.ItemId != q5.SafeToInt32(payloadobj.GoodsInfo.ProductId) {
|
||||||
|
c.JSON(200, rspObj)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
if orderModel.Status > 1 {
|
if orderModel.Status > 1 {
|
||||||
rspObj.ErrorCode = 0
|
rspObj.ErrorCode = 0
|
||||||
rspObj.ErrMsg = "Success"
|
rspObj.ErrMsg = "Success"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user