提交 eeb6c8ea 编写于 作者: D devil_gong

pay debug

上级 75b730c3
......@@ -404,12 +404,14 @@ class PayEase
header("Location: {$data['redirectUrl']}");
exit;
} else if(isset($data['status']) && $data['status'] == 'SUCCESS'){
$aa=$data["scanCode"];
$img = base64_decode($aa);
header('Content-type: image/jpg');
print_r($img);
if(isset($data["scanCode"]))
{
$aa=$data["scanCode"];
$img = base64_decode($aa);
header('Content-type: image/jpg');
print_r($img);
}
return DataReturn('处理成功', 0, $data);
} else if(isset($data['status']) && $data['status'] == 'CANCEL'){
return DataReturn('处理失败', -1, $data);
}else if(isset($data['status']) && $data['status'] == 'INIT'){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册