Commit d0a8cf17 authored by liuyuzhen's avatar liuyuzhen

支付测试

parent ac110ed7
...@@ -59,6 +59,7 @@ class PaymentServiceModel extends \Business\AbstractModel{ ...@@ -59,6 +59,7 @@ class PaymentServiceModel extends \Business\AbstractModel{
$orderConfirmUtil = \Order\OrderConfirmUtil::getInstance(); $orderConfirmUtil = \Order\OrderConfirmUtil::getInstance();
$return = $orderConfirmUtil->updateOrderToPayed($param); $return = $orderConfirmUtil->updateOrderToPayed($param);
\Our\Log::getInstance()->write(microtime(),'/data/log/apptest'); \Our\Log::getInstance()->write(microtime(),'/data/log/apptest');
\Our\Log::getInstance()->write(json_encode($callbackInfo),'/data/log/apptest');
if($return['flag']) { if($return['flag']) {
echo $callbackInfo['returnXml']; echo $callbackInfo['returnXml'];
die; 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