Quellcode durchsuchen

修复苏宁搜索

xialei vor 1 Jahr
Ursprung
Commit
384d6b0a4f
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      app/controller/api/store/product/Su.php

+ 2 - 1
app/controller/api/store/product/Su.php

@@ -400,7 +400,8 @@ class Su extends BaseController
400
         $_cid = $this->request->param('cid');
400
         $_cid = $this->request->param('cid');
401
         // dd($_cid);
401
         // dd($_cid);
402
         $userId = $this->request->uid();
402
         $userId = $this->request->uid();
403
-        TaoKe::set_third_history($userId,$keyword['keyword']);
403
+        TaoKe::set_third_history($userId,$keyword);
404
+        
404
 
405
 
405
         $goods_obj = Db::name('third_party_goods')
406
         $goods_obj = Db::name('third_party_goods')
406
             ->where('type', 4);
407
             ->where('type', 4);