Browse Source

测试支付,去掉0.01

lizhen_gitee 1 year ago
parent
commit
8ccf4e36ed
1 changed files with 1 additions and 1 deletions
  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,