From 53f06283ae01a4c21e2cd0c10559c3cb2fa09dcb Mon Sep 17 00:00:00 2001 From: echome123 <103982793+echome123@users.noreply.github.com> Date: Fri, 15 Aug 2025 16:08:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=94=AF=E4=BB=98=E5=AE=9D?= =?UTF-8?q?=E4=BA=A4=E6=98=93=E6=8A=95=E8=AF=89=E6=9F=A5=E8=AF=A2=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Params/Complaint/BusinessParams.php | 85 +++++++++++++++++++ src/AlipayApp/Params/Complaint/Request.php | 41 +++++++++ 2 files changed, 126 insertions(+) create mode 100644 src/AlipayApp/Params/Complaint/BusinessParams.php create mode 100644 src/AlipayApp/Params/Complaint/Request.php diff --git a/src/AlipayApp/Params/Complaint/BusinessParams.php b/src/AlipayApp/Params/Complaint/BusinessParams.php new file mode 100644 index 0000000..a3dc246 --- /dev/null +++ b/src/AlipayApp/Params/Complaint/BusinessParams.php @@ -0,0 +1,85 @@ +businessParams = new BusinessParams(); + $this->_method = 'GET'; + $this->_isSyncVerify = true; + $this->_syncResponseName = 'alipay_security_risk_complaint_info_batchquery_response'; + } +}