12 lines
195 B
Go
12 lines
195 B
Go
package handler
|
|
|
|
import "github.com/oylshe1314/framework/http"
|
|
|
|
func (this *RequestHandler) PhoneCaptcha(msg *http.Message) {
|
|
|
|
}
|
|
|
|
func (this *RequestHandler) ImageCaptcha(msg *http.Message) {
|
|
|
|
}
|