|
@@ -52,7 +52,7 @@ func (this *LeadGeneration) GetDate() {
|
|
func (this *LeadGeneration) ClickRecord() {
|
|
func (this *LeadGeneration) ClickRecord() {
|
|
userId := qutil.ObjToString(this.GetSession("userId"))
|
|
userId := qutil.ObjToString(this.GetSession("userId"))
|
|
rData, errMsg := func() (interface{}, error) {
|
|
rData, errMsg := func() (interface{}, error) {
|
|
- switch this.GetString("t") {
|
|
|
|
|
|
+ switch this.GetString("type") {
|
|
case "A":
|
|
case "A":
|
|
return mananger.JyAheadManager.Click(userId), nil
|
|
return mananger.JyAheadManager.Click(userId), nil
|
|
}
|
|
}
|