|
|
@@ -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(__('已经支付'));
|