|
|
@@ -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(); |
|
|
|