Commit a1f78d61 by 冷斌

update

parent f11c7d0b
......@@ -849,6 +849,7 @@ class Model_Live extends PhalApi_Model_NotORM {
// $rate=0;
foreach($rateArray as $k=>$ratePre){
$luckrate = mt_rand(1, $rateSum);
var_dump($luckrate);
if($luckrate <= $ratePre){
$v = $rateinfo[$k];
var_dump($v);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment