Browse Source

放开订单好

undefined
v-Brocloni 4 years ago
parent
commit
8cdf10f2d9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      addons/unishop/controller/Pay.php

+ 1
- 1
addons/unishop/controller/Pay.php View File

@@ -65,7 +65,7 @@ class Pay extends Base
{

$orderId = $this->request->request('order_id', 0);
// $orderId = Hashids::decodeHex($orderId);
$orderId = Hashids::decodeHex($orderId);

$orderModel = new \addons\unishop\model\Order();
$order = $orderModel->where(['id' => $orderId])->find();


Loading…
Cancel
Save