提交 9a0eb175 编写于 作者: D devil_gong

pay debug

上级 736bdfe5
......@@ -82,6 +82,12 @@ class OrderService
return DataReturn('支付方式有误', -1);
}
// 配置信息
if(empty($payment[0]['config']))
{
return DataReturn('支付缺少配置', -1);
}
// 支付入口文件检查
$pay_checked = PaymentService::EntranceFileChecked($payment[0]['payment'], 'order');
if($pay_checked['code'] != 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册