lizhen_gitee пре 1 година
родитељ
комит
8ccf4e36ed
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      application/api/controller/Pay.php

+ 1 - 1
application/api/controller/Pay.php

@@ -61,7 +61,7 @@ class Pay extends Api
             'orderid'      => $data['out_trade_no'],
             'title'        => '支付订单',
             'amount'       => $data['order_amount'],
-            'amount'       => 0.01,
+//            'amount'       => 0.01,
             'openid'       => $openid,
             'method'       => $platform,
             'notifyurl' => config('pay_notify_url').'/api/pay/order_notify_base/paytype/'.$pay_type,