pdy/tianfu

There is no license information available for the latest version (v1.1) of this package.

v1.1 2023-07-21 03:00 UTC

This package is auto-updated.

Last update: 2025-04-28 07:46:17 UTC


README

  • PHP >= 7.0

安装命令

$ composer require "pdy/tianfu" -vvv

$wexin = new TfPay(); $params = [ 'total_fee' => 1, //单位分 'out_trade_no' => time(), 'body' => 'subject-测试', 'notify_url' => '回调地址', ]; return $wexin->unifiedOrder($params);


## 常用方法