WIN-2308041133\Administrator 5 tháng trước cách đây
mục cha
commit
79fb3aa559
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(__('已经支付'));