apply([ 'out_trade_no' => '14321412', // 订单号 'total_amount' => '13', // 订单金额,单位:元 'subject' => '订单商品标题', // 订单商品标题 ]); echo '
'; var_export($result); } catch (Exception $e) { echo $e->getMessage(); }