Commit 875bd247 by 冷斌

update

parent e70d5d32
......@@ -821,7 +821,7 @@ class Model_Live extends PhalApi_Model_NotORM {
// $rateinfo[]=$v;
// }
if($v['giftid']==$giftid){
$rateinfo[]=$v;
$rateinfo[$v['rate']*1000]=$v;
}
}
/* 有该礼物、该数量 中奖配置 才处理 */
......@@ -831,6 +831,10 @@ class Model_Live extends PhalApi_Model_NotORM {
}
}
var_dump($rateinfo);
die;
//file_put_contents('./zhifu.txt',date('Y-m-d H:i:s').' 提交参数信息 ifluck:'.json_encode($ifluck)."\r\n",FILE_APPEND);
//file_put_contents('./zhifu.txt',date('Y-m-d H:i:s').' 提交参数信息 ifwin:'.json_encode($ifwin)."\r\n",FILE_APPEND);
//file_put_contents('./zhifu.txt',date('Y-m-d H:i:s').' 提交参数信息 ifup:'.json_encode($ifup)."\r\n",FILE_APPEND);
......
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