check email
This commit is contained in:
parent
cf7fc2de04
commit
01ffc130b4
|
@ -32,6 +32,6 @@ func CheckEmail(sctx *server.ServerContext, ctx *fasthttp.RequestCtx) {
|
||||||
fmt.Fprintf(ctx, "Error!!!!: %s\n", err)
|
fmt.Fprintf(ctx, "Error!!!!: %s\n", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fmt.Fprintf(ctx, "Email Check!!!!: %s\n", r)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
7
module/member/check_email_test.go
Normal file
7
module/member/check_email_test.go
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
package member
|
||||||
|
|
||||||
|
//import "testing"
|
||||||
|
//
|
||||||
|
//func TestCheckEncodeKey(t *testing.T) {
|
||||||
|
// t.Log(CheckEncodeKey("dZQgXM1o/Cx48X8DM 6ec/oPfqA2l/LdWtijOZ2EnWk="))
|
||||||
|
//}
|
14
module/member/signup_test.go
Normal file
14
module/member/signup_test.go
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
package member
|
||||||
|
|
||||||
|
import (
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
func setup() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestSignUp(t *testing.T) {
|
||||||
|
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user