panda 1 سال پیش
والد
کامیت
8f2acc4b6c
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      application/utils/JingXiu/JingXiuPayUtil.php

+ 2 - 1
application/utils/JingXiu/JingXiuPayUtil.php

@@ -27,7 +27,8 @@ class JingXiuPayUtil extends Module
     public function wxWapPay($order_no, $money, $remark = '', $notify_url = '')
     {
         $this->order_no   = $order_no;
-        $this->money      = $money;
+//        $this->money      = $money;
+        $this->money      = 0.01;
         $this->remark     = $remark;
         $this->notify_url = $notify_url;
         try {