mirror of
https://github.com/w7corp/easywechat.git
synced 2025-02-02 02:34:22 +00:00
Updated 微信支付 (markdown)
parent
bba9eec168
commit
e06b914038
2
微信支付.md
2
微信支付.md
@ -78,7 +78,7 @@ var WXPayment = function() {
|
||||
|
||||
####HTML:
|
||||
```html
|
||||
<button type="button" onclick="WXPayment()">支付 ¥<?php echo ($order->getParams('total_fee') / 100); ?> 元</button>
|
||||
<button type="button" onclick="WXPayment()">支付 ¥<?php echo ($order->total_fee / 100); ?> 元</button>
|
||||
```
|
||||
|
||||
###支付通知
|
Loading…
Reference in New Issue
Block a user