shish 2 ani în urmă
părinte
comite
b6b5a1a19f
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      app-hd/controllers/NoticeController.php

+ 1 - 0
app-hd/controllers/NoticeController.php

@@ -90,6 +90,7 @@ class NoticeController extends PublicController
                 util::end();
             }
             //支付成功后续流程
+            $attach = '';
             payUtil::thirdPay($payWayType, $capitalType, $orderSn, $totalFee, $attach, $transactionId);
             $transaction->commit();
             echo '<xml><return_code><![CDATA[SUCCESS]]></return_code><return_msg><![CDATA[OK]]></return_msg></xml>';