xialei 1 год назад
Родитель
Сommit
384d6b0a4f
1 измененных файлов с 2 добавлено и 1 удалено
  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 400
         $_cid = $this->request->param('cid');
401 401
         // dd($_cid);
402 402
         $userId = $this->request->uid();
403
-        TaoKe::set_third_history($userId,$keyword['keyword']);
403
+        TaoKe::set_third_history($userId,$keyword);
404
+        
404 405
 
405 406
         $goods_obj = Db::name('third_party_goods')
406 407
             ->where('type', 4);