This commit is contained in:
2024-04-08 23:50:49 +08:00
parent 864a4a8b4c
commit 8b7b138ca2
2 changed files with 11 additions and 5 deletions

View File

@@ -3,6 +3,6 @@ package account
import "github.com/gin-gonic/gin"
// 注册使用email
func PostRegisterWithEmail(ctx *gin.Context) {
func RegisterWithEmail(ctx *gin.Context) {
}