ecs/servers/gate/handler/request_captcha.go

12 lines
195 B
Go
Raw Normal View History

2025-07-17 16:21:08 +08:00
package handler
import "github.com/oylshe1314/framework/http"
func (this *RequestHandler) PhoneCaptcha(msg *http.Message) {
}
func (this *RequestHandler) ImageCaptcha(msg *http.Message) {
}