|
|
@@ -803,7 +803,7 @@ class ProductRepository extends BaseRepository
|
|
803
|
803
|
$cateList = [];
|
|
804
|
804
|
if(isset($where['cate_id']) && $where['cate_id']!= ''){
|
|
805
|
805
|
$cate_name = Db::name('store_category')->where('pid', 564)->where('store_category_id', $where['cate_id'])->value('cate_name');
|
|
806
|
|
- $url = "https://dc-api.gdjbp.com/douhuomallCategory/getCateAll";
|
|
|
806
|
+ $url = "https://dc-api.hxxfb.com/douhuomallCategory/getCateAll";
|
|
807
|
807
|
$result = curlGet($url);
|
|
808
|
808
|
if (!isset($result['status']) || $result['status'] != 200) {
|
|
809
|
809
|
$cateList = [$where['cate_id']];
|