测试调试支付

This commit is contained in:
2025-10-24 09:51:26 +08:00
parent bb1b1ce379
commit 386dd2bee2

View File

@@ -55,6 +55,7 @@ class EplPayService
]; ];
$sign = $this->sign(Json::encode($param)); $sign = $this->sign(Json::encode($param));
$result = $this->http_post_json($url,Json::encode($param),$sign); $result = $this->http_post_json($url,Json::encode($param),$sign);
ds($result);
if(!$result || $result[0] != 200){ if(!$result || $result[0] != 200){
throw new Exception('获取支付参数失败'); throw new Exception('获取支付参数失败');
} }