WIN-2308041133\Administrator 5 달 전
부모
커밋
79fb3aa559
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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(__('已经支付'));