测试调试支付

This commit is contained in:
2025-10-24 09:52:57 +08:00
parent 386dd2bee2
commit 4e5c77c321

View File

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