去掉重复注册
This commit is contained in:
@@ -16,8 +16,6 @@ func RegistrationAnonymous(group *ghttp.RouterGroup) (res []interface{}) {
|
|||||||
|
|
||||||
// 注册用户方法
|
// 注册用户方法
|
||||||
func RegistrationUser(group *ghttp.RouterGroup) (res []interface{}) {
|
func RegistrationUser(group *ghttp.RouterGroup) (res []interface{}) {
|
||||||
group.Bind(
|
group.Bind()
|
||||||
callback.NewV1(),
|
|
||||||
)
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user