|
@@ -274,7 +274,7 @@ class Pay
|
|
|
$result['order_num'] = $this->order['order_num'];
|
|
|
$this->success($result['order_id']);
|
|
|
if ($result['pay'] === true) {
|
|
|
- Dever::load(\Porder\Lib\Notify::class)->notify_end($this->place->sector['id'], $this->place->info['id'], $this->type, $result['order_num'], 1);
|
|
|
+ Dever::load(\Porder\Lib\Notify::class)->handle_end($this->place->sector['id'], $this->place->info['id'], $this->type, $result['order_num'], 1);
|
|
|
} elseif ($this->type == 'source') {
|
|
|
# 记录下来
|
|
|
Dever::db('porder/source_pay')->insert(['order_id' => $result['order_id'], 'pay' => Dever::json_encode($result['pay'])]);
|