|
@@ -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;
|