From 1be984c228884ce454b3d7fc49ec175a836323d3 Mon Sep 17 00:00:00 2001
From: heyuntao <heyuntao@LAPTOP-MP4HD5NS>
Date: 星期一, 17 七月 2023 10:49:52 +0800
Subject: [PATCH] no message

---
 application/api/logic/taoke/device/Pdd.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/application/api/logic/taoke/device/Pdd.php b/application/api/logic/taoke/device/Pdd.php
index 0749657..096bcbe 100644
--- a/application/api/logic/taoke/device/Pdd.php
+++ b/application/api/logic/taoke/device/Pdd.php
@@ -350,7 +350,7 @@
         }
         $send_data = $this->makeSign($params,self::request_url['search_goods_url']);
         $result = send_get(self::base_url,$send_data);
-        if(empty($result) || isset($result['error_response'])) fault('鏁版嵁鑾峰彇澶辫触');
+        if(empty($result) || isset($result['error_response'])) return []; //fault('鏁版嵁鑾峰彇澶辫触');
         $list = $result['goods_search_response']['goods_list'];
         if(!empty($list)){
             $tmp = [];

--
Gitblit v1.9.3