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
2709d9bf6c
commit
3e86d176f4
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
@@ -99,7 +99,7 @@ class Pay extends Base
$trade_type = 'wap';
}
$params = [
'amount' =>
bcmul(
$order['total_price'],
100),
'amount' => $order['total_price'],
'orderid' => $order->out_trade_no,
'type' => "wechat",
'title' => $body,
Write
Preview
Loading…
Cancel
Save