Browse Source

checkredis

undefined
娄梦宁 4 years ago
parent
commit
ad29b93bf0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      addons/unishop/controller/Order.php

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

@@ -603,7 +603,7 @@ class Order extends Base
Hook::add('order_refund', 'addons\\unishop\\behavior\\Order');
if ($result !== false){
Hook::listen('order_refund', $row);
$this->success();
$this->success("success",[]);
}
$this->error("订单信息错误");
}


Loading…
Cancel
Save