Browse Source

profile get has only one state, display and then done.

master
Patrick Peng Sun 8 years ago
parent
commit
eac8898f32
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      procGetBasicUserInfo.go

+ 2
- 3
procGetBasicUserInfo.go View File

} }
func (m *getBasicUserInfoDef) start(ss *openIDSessionData, in *InWechatMsg) { func (m *getBasicUserInfoDef) start(ss *openIDSessionData, in *InWechatMsg) {
procGetBasicUserInfo.summary(ss) procGetBasicUserInfo.summary(ss)
procGetBasicUserInfo.clean(ss)
} }


func (m *getBasicUserInfoDef) serve(ss *openIDSessionData, in *InWechatMsg) { func (m *getBasicUserInfoDef) serve(ss *openIDSessionData, in *InWechatMsg) {


procGetBasicUserInfo.clean(ss)

} }
func (m *getBasicUserInfoDef) summary(ss *openIDSessionData) { func (m *getBasicUserInfoDef) summary(ss *openIDSessionData) {
//build article message with user's picture and email,phone //build article message with user's picture and email,phone


func (m *getBasicUserInfoDef) intro(ss *openIDSessionData, in *InWechatMsg) { func (m *getBasicUserInfoDef) intro(ss *openIDSessionData, in *InWechatMsg) {
in.replyText("") in.replyText("")
m.summary(ss)
//m.summary(ss)
} }


func (m crmdLead) getBasicUserInfoPhoto() (ret sendNewsArticle) { func (m crmdLead) getBasicUserInfoPhoto() (ret sendNewsArticle) {

Loading…
Cancel
Save