Merge branch 'zct-v2-dengluyang' of https://code.hoteas.com/golang/hotime into zhoupengwei
This commit is contained in:
@@ -36,6 +36,10 @@ func main() {
|
||||
//用户侧访问前设置
|
||||
appIns.SetConnectListener(func(that *Context) (isFinished bool) {
|
||||
//发送短信校验
|
||||
that.RespFunc = func() {
|
||||
fmt.Println(that.Req.Form)
|
||||
fmt.Println(that.RespData)
|
||||
}
|
||||
|
||||
return isFinished
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user