feat:完善信息
This commit is contained in:
15
app/enterprise/controller/account/other.go
Normal file
15
app/enterprise/controller/account/other.go
Normal file
@ -0,0 +1,15 @@
|
||||
package account
|
||||
|
||||
type Other struct{}
|
||||
|
||||
type OtherHandle func() *Other
|
||||
|
||||
func (c *Other) BindMobile() {
|
||||
|
||||
}
|
||||
|
||||
func NewOther() OtherHandle {
|
||||
return func() *Other {
|
||||
return &Other{}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user