| @@ -18,12 +18,11 @@ func (m *getBasicUserInfoDef) clean(ss *openIDSessionData) { | |||
| } | |||
| func (m *getBasicUserInfoDef) start(ss *openIDSessionData, in *InWechatMsg) { | |||
| procGetBasicUserInfo.summary(ss) | |||
| procGetBasicUserInfo.clean(ss) | |||
| } | |||
| func (m *getBasicUserInfoDef) serve(ss *openIDSessionData, in *InWechatMsg) { | |||
| procGetBasicUserInfo.clean(ss) | |||
| } | |||
| func (m *getBasicUserInfoDef) summary(ss *openIDSessionData) { | |||
| //build article message with user's picture and email,phone | |||
| @@ -59,7 +58,7 @@ func (m *getBasicUserInfoDef) summary(ss *openIDSessionData) { | |||
| func (m *getBasicUserInfoDef) intro(ss *openIDSessionData, in *InWechatMsg) { | |||
| in.replyText("") | |||
| m.summary(ss) | |||
| //m.summary(ss) | |||
| } | |||
| func (m crmdLead) getBasicUserInfoPhoto() (ret sendNewsArticle) { | |||