Commit 99b13f97 by 冷斌

fix bug

parent 695ebe14
...@@ -1579,7 +1579,8 @@ class Api_Live extends PhalApi_Api { ...@@ -1579,7 +1579,8 @@ class Api_Live extends PhalApi_Api {
$giftlist=getcaches($key); $giftlist=getcaches($key);
$domain = new Domain_Live(); $domain = new Domain_Live();
var_dump($giftlist);
die;
if(!$giftlist){ if(!$giftlist){
$giftlist=$domain->getGiftList(); $giftlist=$domain->getGiftList();
setcaches($key,$giftlist); setcaches($key,$giftlist);
......
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