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
返回值处理
undefined
v-Brocloni
4 years ago
parent
f8f3a08229
commit
45460dda05
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/Pay.php
+ 1
- 1
addons/unishop/controller/Pay.php
View File
@@ -108,7 +108,7 @@ class Pay extends Base
'trade_type' => $trade_type,
];
return Service::submitOrder($params
);
$this->success("", Service::submitOrder($params)
);
} catch (Exception $e) {
$this->error($e->getMessage());
}
Write
Preview
Loading…
Cancel
Save