qingsong / think-wxpayapi
wxpayapi for tp5 or tp6
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/qingsong/think-wxpayapi
Requires
- php: >=5.4.0
README
weixinpay for tp5 or tp6
安装
执行命令安装
composer require qingsong/think-wxpayapi
调用方法
$tools = new \qingsong\wxpayapi\JsApiPay();
$input = new \qingsong\wxpayapi\data\WxPayUnifiedOrder();
$order = \qingsong\wxpayapi\WxPayApi::unifiedOrder($input);
$notify = new \qingsong\wxpayapi\PayNotifyCallBack();
删除包
composer remove qingsong/think-wxpayapi