对于平台的异常处理,我们需要创建一个异常处理类。这个类应该继承InvokeThrowable
,并重写handle
方法来解析响应数据、回调数据,并进行日志记录。
<?php
namespace Adapter\PlatformName\Throwable;
use Domain\Datahub\Instance\Adapter\InvokeThrowable;
use Illuminate\Support\Facades\Log;
class PlatformNameThrowable extends InvokeThrowable
{
public function handle($jobId, $response)
{
parent::handle($jobId, $response); // 调用父类的handle方法
$this->_parserResponse(); // 解析响应数据
$this->_callbackData(); // 回调数据
}
private function _parserResponse()
{
if (empty($this->response)) {
$this->putResult([
'text' => '响应数据为空',
'problem' => '',
'cause_analysis' => null,
'solution' => null,
'link' => null,
'id' => null
]);
return;
}
$msg = isset($this->response['message']) ? $this->response['message'] : '';
if (strpos($msg, "IP[") !== false) {
$this->putResult([
'text' => 'IP地址需要请求授权,请联系服务人员',
'problem' => $msg,
]);
return;
}
$this->putResult([
'text' => $msg,
'problem' => $msg,
]);
}
}
简化和调整后的代码保留了原文的主要信息和逻辑,同时通过更简洁和清晰的布局,提高了可读性和易理解性。通过去除重复的检查(例如,$this->response == null || !$this->response
简化为empty($this->response)
)和使用更直接的语言(例如,“IP[]需要请求授权,请联系百胜服务人员”简化为“IP地址需要请求授权,请联系服务人员”),代码变得更加高效和易于维护。
2022-04-08 16:29:59 | |
2021-04-08 06:00:06 | |
2023-01-15 14:13:35 | |
2022-12-08 08:59:34 | |
2021-11-28 07:53:23 | |
2021-04-20 09:52:56 | |
2022-01-19 15:37:14 | |
2023-07-10 09:06:21 | |
2023-10-16 01:08:20 | |
2021-01-17 08:41:30 | |
2022-01-20 06:51:41 | |
2023-10-17 02:23:34 | |
2022-10-23 06:01:04 | |
2023-11-21 21:44:07 | |
2024-11-01 02:45:46 | |
2024-12-30 02:32:02 | |
2024-10-24 09:47:49 | |
2024-11-02 16:53:24 | |
2024-12-23 03:44:29 | |
2024-10-24 11:27:47 | |
2024-02-20 11:46:38 | |
2024-02-20 11:43:13 | |
2024-02-20 11:40:47 | |
2024-02-20 11:39:14 | |
2024-02-20 11:39:02 |
胡秀丛 15813570600
数据集成顾问 项目总监 她以卓越的数据集成专长,精通ERP、MES系统,以及数据中台的构建与优化。通过创新的一站式解决方案,她助力企业实现数据的无缝对接,提升业务流程效率,确保信息流通无障碍,为企业的数字化转型提供强有力的支持。
黄宏棵 13286997615
数据集成顾问 资深系统集成顾问,专长于ERP、电商OMS、钉钉及CRM系统。他能提供高效的集成方案,优化企业运营流程,提升业务效率和决策智能化。
卢剑航 13760755942
数据集成专家 拥有十多年丰富的经验,擅长ERP、MES、数据中台、营销云中台等集成。他能够根据客户需求,为其提供一站式集成解决方案,帮助企业快速实现各类系统数据集成服务。