当前位置:网站首页>php laravel微信支付
php laravel微信支付
2022-07-01 07:55:00 【唉,取個名字真難】
安裝包
composer require overtrue/laravel-wechat
配置
php artisan vendor:publish --provider="Overtrue\LaravelWeChat\ServiceProvider"
使用(注意微擎版本最新v6)
//app('easywechat.pay') 或者 EasyWeChat::pay()
use Overtrue\LaravelWeChat\EasyWeChat;
//例如支付
$app = EasyWeChat::pay();
$config = $app->getConfig();
$data = [
'mchid' => $config['mch_id'],
'out_trade_no' => date('YmdHis'),
'appid' => $config['app_id'],
'description' => $remark,
'notify_url' => '',
'amount' => [
'total' => 1,
'currency' => 'CNY',
]
];
$app->getClient()->post('v3/pay/transactions/native, ['json' => $data])->toArray(false)
- 基於: 微擎SDK
边栏推荐
猜你喜欢

Wang Yingqi, founder of ones, talks to fortune (Chinese version): is there any excellent software in China?

kubernetes资源对象介绍及常用命令(二)

H5 页面设置了字体的粗细样式,但是在华为手机里微信打开访问样式不生效?

The triode is a great invention

She is the "HR of others" | ones character

How to make the two financial transactions faster

【批处理DOS-CMD命令-汇总和小结】-Cmd窗口中常用操作符(<、<<、&<、>、>>、&>、&、&&、||、|、()、;、@)

redisson使用全解——redisson官方文檔+注釋(上篇)

I bet on performance and won the CTO of the company. I want to build Devops platform!

Cyclic neural network
随机推荐
Eigen matrix operation Library
How to get a SharePoint online site created using the office365 group template
web254
关系数据库如何工作
[R language] age sex frequency matching select samples for case-control study, and perform frequency matching on age and sex
Custom events of components ②
2022 test questions and mock examinations for main principals of hazardous chemicals business units
【mysql学习笔记26】视图
038 network security JS
[skill] create Bat quick open web page
Redisson utilise la solution complète - redisson Documents officiels + commentaires (Partie 1)
2022 operation of refrigeration and air conditioning equipment operation of national question bank simulated examination platform
[kv260] generate chip temperature curve with xadc
Android screen adaptation (using constraintlayout), kotlin array sorting
How to create an exclusive vs Code theme
Download xshell and xftp
How to check ad user information?
Inftnews | from "avalanche" to Baidu "xirang", 16 major events of the meta universe in 30 years
Saving db4i depth camera pictures with MATLAB
Scala语言学习-07-构造器