Commit 7be53f6a by 冷斌

add

parent e3b8d500
......@@ -20,7 +20,6 @@ class Model_Home extends PhalApi_Model_NotORM {
/* 印象标签 */
public function getImpressionLabel()
{
$key = "getImpressionLabel2";
$list = getcaches($key);
if (!$list) {
......@@ -38,6 +37,8 @@ class Model_Home extends PhalApi_Model_NotORM {
public function getUserLabel($user)
{
$labels = $this->getImpressionLabel();
var_dump($user, $labels);
die;
$l = [];
$labelIds = [$user['label_id']];
foreach ($labels as $label) {
......
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