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