mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2026-01-24 23:56:00 +08:00
修复异次元发卡通知回调问题
This commit is contained in:
@@ -162,6 +162,10 @@ class OrderController extends BaseController
|
||||
// 添加扩展参数
|
||||
// $notify = array_merge($notify, unserialize($param->param));
|
||||
$notify['param'] = unserialize($param->param);
|
||||
// 删除空值
|
||||
foreach ($notify as $key => $val) {
|
||||
if ($val === '') unset($notify[$key]);
|
||||
}
|
||||
return $notify;
|
||||
}
|
||||
// 请求外部资源
|
||||
|
||||
Reference in New Issue
Block a user