[http] 邀请码如何生成..类似邀请链接,求Demo
fireflyman
2010-09-29
刚好有这个需求,用户情景如下:
A用户注册后,网站给它生成了一个特定链接 A用户复制这个链接,并告诉了B用户 B用户点击这个链接,并注册完成了某个动作 然后记录B用户是基于A用户而做这个动作的 网站记录A用户这一有爱的行为,并给予A用户相关奖励 |
|
kimmking
2010-09-29
A用户注册后,随机生成一个uuid,保存在邀请码表里,或者是用户表加一个字段
然后在注册页面,判断是不是有uuid这个参数, 有的话,找到对应用户,加积分。 |
|
Hooopo
2010-09-29
很简单嘛。。
邀请链接:http://xxx.com/reg?from=hooopo 在注册action: from_user = User.find_by_name(params[:from]) from_user.give_award(xxx) if 注册成功 |
|
fireflyman
2010-09-29
kk威武..Hooopo,让哥做管理员...
|
|
化蝶自在飞
2010-09-30
流程你自己都讲得这么清楚了.
核心就是传参,参数就是会员id. |
|
Hooopo
2010-09-30
ls v5
|
|
Hooopo
2010-09-30
写程序最怕的是不知道流程~
|
相关讨论
相关资源推荐
- [553]Temporary failure in name resolution 错误
- socket.gaierror Errno -3 Temporary failure in name resolution
- 【Linux】报错:socket.gaierror: [Errno -3] Temporary failure in name resolution问题解决
- urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
- 【已解决】socket.gaierror: [Errno -3] Temporary failure in name resolution
- <urlopen error [Errno -3] Temporary failure in name resolution>
- Python笔记:socket.gaierror: [Errno -3] Temporary failure in name resolution
- django中的坑(一):gaierror Errno -3 Temporary failure in name resolution
- 肥仔问题杂志20220530---------java.net.UnknownHostException: pv.sohu.com: Temporary failure in name resolut
- 2020-08-09