测试调试支付
This commit is contained in:
@@ -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('获取支付参数失败');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user