This commit is contained in:
insanity@loafle.com 2017-06-05 18:22:13 +09:00
commit fc63f51fe8

View File

@ -132,12 +132,11 @@ func (m *MemberService) Remove() string {
return re
}
func (m *MemberService) GetModel() (interface{}) {
return m.Param
}
func (m *MemberService) EmailConfirm() string {
ks := keystore.NewKeyStoreSerivce()
key, err := ks.CreateKey()