提交 9f079237 编写于 作者: D Devil

支付日志参数优化

上级 0591348a
......@@ -47,7 +47,7 @@ class PayRequestLogService
// 日志主数据
$data = [
'business_type' => $business_type,
'request_params' => empty($params) ? '' : (is_array($params) ? json_encode($params, JSON_UNESCAPED_UNICODE) : $params),
'request_params' => empty($params) ? '' : (is_array($params) ? json_encode($params, JSON_UNESCAPED_UNICODE) : htmlspecialchars_decode($params)),
'response_data' => '',
'business_handle' => '',
'request_url' => $behavior_obj->GetUrl('request'),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册