This commit is contained in:
yangduo 2025-01-13 15:18:24 +08:00
parent a75cb37f77
commit 934c2e37e9

View File

@ -75,8 +75,8 @@ func (this *MainServiceApi) WxNotifyPurchase(c *gin.Context) {
f5.GetSysLog().Debug("wx notify purchase:%s", c.Request.URL.RawQuery)
// signature := c.Query("signature")
// timestamp := c.Query("timestamp")
// nonce := c.Query("nonce")
timestamp := c.Query("timestamp")
nonce := c.Query("nonce")
// if len(signature) > 0 || len(timestamp) > 0 || len(nonce) > 0 {
// strs := []string{mt.Table.Config.GetWxNotifyToken(), timestamp, nonce}