@@ -1570,8 +1570,8 @@ class User extends Api
//构建支付链接数据
$wxData['body'] = '充值';
$wxData['out_trade_no'] = $rechar_order['order_no'];
- $wxData['total_fee'] = $info['price'];
-// $wxData['total_fee'] = 0.01;
+// $wxData['total_fee'] = $info['price'];
+ $wxData['total_fee'] = 0.01;
$wxData['openid'] = $this->auth->openid;
// require_once($_SERVER['DOCUMENT_ROOT'] . '/Plugins/Weixin/WxPay/WxPay.php');