mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 19:41:44 +08:00
[更新]修正原支付类名
This commit is contained in:
parent
8a323d39c7
commit
7e89f110da
2
We.php
2
We.php
@ -30,7 +30,7 @@ use WeChat\Exceptions\InvalidInstanceException;
|
||||
* @method \WeChat\Media WeChatMedia($options = []) static 微信素材管理
|
||||
* @method \WeChat\Menu WeChatMenu($options = []) static 微信菜单管理
|
||||
* @method \WeChat\Oauth WeChatOauth($options = []) static 微信网页授权
|
||||
* @method \WeChat\WePay WeChatPay($options = []) static 微信支付商户
|
||||
* @method \WeChat\Pay WeChatPay($options = []) static 微信支付商户
|
||||
* @method \WeChat\Product WeChatProduct($options = []) static 微信商店管理
|
||||
* @method \WeChat\Qrcode WeChatQrcode($options = []) static 微信二维码管理
|
||||
* @method \WeChat\Receive WeChatReceive($options = []) static 微信推送管理
|
||||
|
@ -21,7 +21,7 @@ try {
|
||||
$config = include "./config.php";
|
||||
|
||||
// 3. 创建接口实例
|
||||
$wechat = new \WeChat\WePay($config);
|
||||
$wechat = new \WeChat\Pay($config);
|
||||
|
||||
// 4. 组装参数,可以参考官方商户文档
|
||||
$options = [
|
||||
|
@ -21,7 +21,7 @@ try {
|
||||
$config = include "./config.php";
|
||||
|
||||
// 3. 创建接口实例
|
||||
$wechat = new \WeChat\WePay($config);
|
||||
$wechat = new \WeChat\Pay($config);
|
||||
|
||||
// 4. 组装参数,可以参考官方商户文档
|
||||
$options = '1217752501201407033233368018';
|
||||
|
@ -21,7 +21,7 @@ try {
|
||||
$config = include "./config.php";
|
||||
|
||||
// 3. 创建接口实例
|
||||
$wechat = new \WeChat\WePay($config);
|
||||
$wechat = new \WeChat\Pay($config);
|
||||
|
||||
// 4. 组装参数,可以参考官方商户文档
|
||||
$options = [
|
||||
|
@ -21,7 +21,7 @@ try {
|
||||
$config = include "./config.php";
|
||||
|
||||
// 3. 创建接口实例
|
||||
$wechat = new \WeChat\WePay($config);
|
||||
$wechat = new \WeChat\Pay($config);
|
||||
|
||||
// 4. 组装参数,可以参考官方商户文档
|
||||
$options = [
|
||||
|
@ -21,7 +21,7 @@ try {
|
||||
$config = include "./config.php";
|
||||
|
||||
// 3. 创建接口实例
|
||||
$wechat = new \WeChat\WePay($config);
|
||||
$wechat = new \WeChat\Pay($config);
|
||||
|
||||
// 4. 组装参数,可以参考官方商户文档
|
||||
$options = [
|
||||
|
@ -21,7 +21,7 @@ try {
|
||||
$config = include "./config.php";
|
||||
|
||||
// 3. 创建接口实例
|
||||
$wechat = new \WeChat\WePay($config);
|
||||
$wechat = new \WeChat\Pay($config);
|
||||
|
||||
// 4. 组装参数,可以参考官方商户文档
|
||||
$options = [
|
||||
|
@ -21,7 +21,7 @@ try {
|
||||
$config = include "./config.php";
|
||||
|
||||
// 3. 创建接口实例
|
||||
$wechat = new \WeChat\WePay($config);
|
||||
$wechat = new \WeChat\Pay($config);
|
||||
|
||||
// 4. 组装参数,可以参考官方商户文档
|
||||
$options = [
|
||||
|
@ -21,7 +21,7 @@ try {
|
||||
$config = include "./config.php";
|
||||
|
||||
// 3. 创建接口实例
|
||||
$wechat = new \WeChat\WePay($config);
|
||||
$wechat = new \WeChat\Pay($config);
|
||||
|
||||
// 4. 组装参数,可以参考官方商户文档
|
||||
$options = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user