方法名参数返回值
closestring/array $orderCollection

例子

Pay::config($this->config);

$result = Pay::alipay()->close([
    'out_trade_no' => '1623161325',
]);

配置参数

所有订单配置参数和官方无任何差别,兼容所有功能,所有参数请参考这里open in new window,查看「请求参数」一栏。