Przeglądaj źródła

add agent apply function

abiao 4 lat temu
rodzic
commit
70dab39068

+ 1 - 0
go/gopath/src/fohow.com/apps/models/user_model/invite.go

@@ -226,6 +226,7 @@ func GetMyIntroListByInviteId(inviteId, page, perPage int64, useCache bool) (lis
 		return nil
 	}
 	for _, item := range list {
+		beego.BeeLogger.Warn("%v", item)
 		item.Head = GetFullImgUrl(item.Head)
 		//代理状态判断---普通会员(status=0),则显示 申请代理
 		if item.ShowInviteMode == 0 {