...
|
...
|
@@ -611,8 +611,8 @@ class Order extends Api |
|
|
'type' => 'wechat',
|
|
|
'orderid' => $order['order_no'],
|
|
|
'title' => '订单号-'.$order['order_no'],
|
|
|
// 'amount' => $order['pay_price'],
|
|
|
'amount' => 0.01,
|
|
|
'amount' => $order['pay_price'],
|
|
|
// 'amount' => 0.01,
|
|
|
'method' => 'miniapp',
|
|
|
'openid' => !empty($openid) ? $openid : $third['openid'],
|
|
|
'notifyurl' => $this->request->domain().'/api/notify/orderNotify/type/wechat',
|
...
|
...
|
|