|
@@ -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")
|
|
}
|
|
}
|
|
}
|
|
}
|