Commit dc6ec689 by 冷斌

fix bug

parent 678d80d9
...@@ -885,7 +885,7 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -885,7 +885,7 @@ class Model_Live extends PhalApi_Model_NotORM {
]; ];
DI()->notorm->users_voterecord->insert($insert_votes); DI()->notorm->users_voterecord->insert($insert_votes);
} }
echo 1; die;
$stream2=explode('_',$stream); $stream2=explode('_',$stream);
$showid=$stream2[1]; $showid=$stream2[1];
...@@ -911,7 +911,7 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -911,7 +911,7 @@ class Model_Live extends PhalApi_Model_NotORM {
$gifttoken=md5(md5($action.$uid.$liveuid.$giftid.$giftcount.$total.$showid.$addtime.rand(100,999))); $gifttoken=md5(md5($action.$uid.$liveuid.$giftid.$giftcount.$total.$showid.$addtime.rand(100,999)));
$swf=$giftinfo['swf'] ? get_upload_path($giftinfo['swf']):''; $swf=$giftinfo['swf'] ? get_upload_path($giftinfo['swf']):'';
echo 1; die;
$ifluck=0; $ifluck=0;
$ifup=0; $ifup=0;
......
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