Home >Backend Development >PHP Tutorial >团购商品,团购人数的较好实现思路?该如何处理

团购商品,团购人数的较好实现思路?该如何处理

WBOY
WBOYOriginal
2016-06-13 12:02:171301browse

团购商品,团购人数的较好实现思路?
团购商品,团购人数一般都是假数据吧,怎么处理比较好了?
------解决方案--------------------
寫個crontab 每分鐘自動隨機增加M~N個。
------解决方案--------------------
假在哪裡?
我意思是,你設置了M分鐘增加N個,并不是直接+N
而是在M分鐘內,沒N/M 分鐘 增加1。
------解决方案--------------------
当1个用户订购的时候;
数量 = 数量 + rand(2,5);
------解决方案--------------------
定时往订单表,插入数据。


------解决方案--------------------
添加数据时候生成参团人数随机1-499,实际参团在基数上+1

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn