Commit 36eca35e by 冷斌

update

parent b03c2f1b
...@@ -845,6 +845,7 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -845,6 +845,7 @@ class Model_Live extends PhalApi_Model_NotORM {
var_dump($rateinfo); var_dump($rateinfo);
if($ifluck ==1 ){ if($ifluck ==1 ){
$luckrate=rand(1,100000); $luckrate=rand(1,100000);
var_dump('中奖随机: ' . $luckrate);
//file_put_contents('./zhifu.txt',date('Y-m-d H:i:s').' 提交参数信息 luckrate:'.json_encode($luckrate)."\r\n",FILE_APPEND); //file_put_contents('./zhifu.txt',date('Y-m-d H:i:s').' 提交参数信息 luckrate:'.json_encode($luckrate)."\r\n",FILE_APPEND);
// $rate=0; // $rate=0;
sort($rateinfo); sort($rateinfo);
......
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