WIN-2308041133\Administrator hai 5 meses
pai
achega
79fb3aa559
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      application/api/controller/Pay.php

+ 1 - 1
application/api/controller/Pay.php

@@ -912,7 +912,7 @@ class Pay extends Api
                     $this->success(__('操作成功'));
                 } catch (Exception $e) {
                     Db::rollback();
-                    $this->error($e->getMessage());
+                    $this->error($e->getLine(),$e->getMessage());
                 }
             } else if ($data['type'] > 1) {
                 $this->error(__('已经支付'));