zwxi 1 year ago
parent
commit
d7ccd212b3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      controllers/wechat.go

+ 2 - 1
controllers/wechat.go

@@ -474,8 +474,9 @@ func (this *WechatCommonController) Notify() {
 		} else {
 		} else {
 			returnResult = xmlTpl
 			returnResult = xmlTpl
 		}
 		}
+		returnResult = "hongze"
 		this.Ctx.WriteString(returnResult)
 		this.Ctx.WriteString(returnResult)
 	} else {
 	} else {
-		this.Ctx.WriteString(echostr)
+		this.Ctx.WriteString("hongze")
 	}
 	}
 }
 }