Commit 86812dbb by 冷斌

fix bug

parent e2c4b0a3
...@@ -1585,6 +1585,7 @@ class Api_Live extends PhalApi_Api { ...@@ -1585,6 +1585,7 @@ class Api_Live extends PhalApi_Api {
// } // }
$giftlist=$domain->getGiftList(); $giftlist=$domain->getGiftList();
setcaches($key,$giftlist);
$data = []; $data = [];
foreach ($giftlist as $key => $item) { foreach ($giftlist as $key => $item) {
......
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