Commit e3d9a868 authored by wwccw0591's avatar wwccw0591

upd

parent 56385e33
......@@ -46,7 +46,8 @@ class Pay {
$wxLitePay = WxLitePay::getInstance();
$return = $wxLitePay->doPay($orderInfo);
$prepayId = $wxLitePay->getPrepayId();
file_put_contents($this->baseDir . \Our\PathConst::ktestTime, $prepayId.'|'.$orderInfo['paySn'] );
file_put_contents(\Our\Common::getConfig('out.config') . \Our\PathConst::ktestTime, $prepayId.'|'
.$orderInfo['paySn'] );
if($prepayId) {
$dbName = \Our\DbNameConst::masterDBConnectName;
......
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