对政策匹配进行优化

This commit is contained in:
hoteas
2022-05-11 00:44:52 +08:00
parent 95ac340186
commit 06e6ceab6a
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -35,6 +35,10 @@ func main() {
//用户侧访问前设置
appIns.SetConnectListener(func(that *Context) (isFinished bool) {
//发送短信校验
that.RespFunc = func() {
fmt.Println(that.Req.Form)
fmt.Println(that.RespData)
}
return isFinished
})