zwxi 1 tahun lalu
induk
melakukan
d7ccd212b3
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      controllers/wechat.go

+ 2 - 1
controllers/wechat.go

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