叶君翔 hace 3 años
padre
commit
91b960f3ce

+ 2 - 2
lb-app/src/main/java/com/ydd/app/service/impl/OpenApiNotifyServiceImpl.java

@@ -65,8 +65,8 @@ public class OpenApiNotifyServiceImpl implements OpenApiNotifyService {
             if (!ResponseResultCodeEnum.SUCCESS.getMessage().equals(resp)) {
                 // todo: 未收到响应开启重试机制
             }
-        } catch (UnsupportedEncodingException e) {
-            log.error("获取签名失败: {}", e.getMessage());
+        } catch (Exception e) {
+            log.error("门店状态同步异常: {}", e.getMessage());
             e.printStackTrace();
         }
         return null;