Commit 19f28cc7 by 冷斌

fix bug

parent 4aa88c74
......@@ -657,6 +657,7 @@ class Model_Live extends PhalApi_Model_NotORM {
"iswin"=>$iswin,
"wincoin"=>$wincoin,
'isOpen' => 0
);
$result2=array(
"uid"=>$uid,
......@@ -683,6 +684,7 @@ class Model_Live extends PhalApi_Model_NotORM {
"upcoin"=>$upcoin,
"iswin"=>$iswin,
"wincoin"=>$wincoin,
'isOpen' => 1,
);
return [
'welfare' => $result,
......@@ -1030,6 +1032,7 @@ class Model_Live extends PhalApi_Model_NotORM {
"iswin"=>$iswin,
"wincoin"=>$wincoin,
'isOpen' => 0
);
//file_put_contents('./zhifu.txt',date('Y-m-d H:i:s').' 提交参数信息 result:'.json_encode($result)."\r\n",FILE_APPEND);
return $result;
......
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