Browse Source

配置修改

yijia
v-Brocloni 3 years ago
parent
commit
d9902135ce
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

@@ -210,7 +210,7 @@ class Pay extends Base
public function alipay()
{
$orderId = $this->request->request('order_id', 0);
$orderId = "154898003977703424";
$orderId = Hashids::decodeHex($orderId);

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


Loading…
Cancel
Save