Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a2dcf8

Browse files
committed
删除日志
1 parent b8561b0 commit 9a2dcf8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/http/controller/wechat.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
package controller
88

99
import (
10-
"fmt"
1110
"io/ioutil"
1211
"logic"
1312
"net/http"
@@ -23,9 +22,6 @@ func (self WechatController) RegisterRoute(g *echo.Group) {
2322
}
2423

2524
func (self WechatController) AutoReply(ctx echo.Context) error {
26-
fmt.Printf("form values:%+v\n", ctx.FormParams())
27-
fmt.Printf("query values:%+v\n", ctx.QueryParams())
28-
2925
// 配置微信(不校验,直接返回成功)
3026
if ctx.QueryParam("echostr") != "" {
3127
return ctx.String(http.StatusOK, ctx.QueryParam("echostr"))

0 commit comments

Comments
 (0)