Skip to content

Commit 939a68c

Browse files
author
Matrix-X
committed
fix(wecom): callback verify url
1 parent 09710ac commit 939a68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernel/serverGuard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func (serverGuard *ServerGuard) OverrideNotify() {
103103
}
104104

105105
// 回调配置
106-
106+
// https://developer.work.weixin.qq.com/document/path/90930
107107
func (serverGuard *ServerGuard) VerifyURL(request *http.Request) (httpRS *http.Response, err error) {
108108
logger := (*serverGuard.App).GetComponent("Logger").(*logger2.Logger)
109109

0 commit comments

Comments
 (0)