Commit f9d0d5c3 authored by liuyuzhen's avatar liuyuzhen

支付测试

parent 0ed10f8a
......@@ -55,8 +55,10 @@ class PaymentServiceModel extends \Business\AbstractModel{
if($callbackInfo) {
//验证成功
$param['paySn'] = $callbackInfo['out_trade_no'];
\Our\Log::getInstance()->write(microtime(),'/data/log/apptest');
$orderConfirmUtil = \Order\OrderConfirmUtil::getInstance();
$return = $orderConfirmUtil->updateOrderToPayed($param);
\Our\Log::getInstance()->write(microtime(),'/data/log/apptest');
if($return['flag']) {
echo $callbackInfo['returnXml'];
die;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment