| } | } | ||||
| return | return | ||||
| } | } | ||||
| func getCrmTimeLayout() string { | |||||
| return "2006-01-02 15:04:05" | |||||
| } |
| } | } | ||||
| func (m *crmdLead) getTimeLayout() string { | func (m *crmdLead) getTimeLayout() string { | ||||
| return "2006-01-02 15:04:05" | |||||
| return getCrmTimeLayout() | |||||
| } | } | ||||
| func crmFindOpenID(openID string) (info crmdLead, found bool, err error) { | func crmFindOpenID(openID string) (info crmdLead, found bool, err error) { |