Updated 微信支付 (markdown)

Frye 2015-08-18 12:37:26 +08:00
parent bba9eec168
commit e06b914038

@ -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>
```
###支付通知