adjust
This commit is contained in:
parent
a75cb37f77
commit
934c2e37e9
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user