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'; + } +}