This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
loumengning
/
shop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
checkredis
undefined
娄梦宁
4 years ago
parent
8e903f918e
commit
ad29b93bf0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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("订单信息错误");
}
Write
Preview
Loading…
Cancel
Save