[更新]修正原支付类名

This commit is contained in:
Anyon 2018-11-03 09:01:29 +08:00
parent 8a323d39c7
commit 7e89f110da
9 changed files with 9 additions and 9 deletions

2
We.php
View File

@ -30,7 +30,7 @@ use WeChat\Exceptions\InvalidInstanceException;
* @method \WeChat\Media WeChatMedia($options = []) static 微信素材管理 * @method \WeChat\Media WeChatMedia($options = []) static 微信素材管理
* @method \WeChat\Menu WeChatMenu($options = []) static 微信菜单管理 * @method \WeChat\Menu WeChatMenu($options = []) static 微信菜单管理
* @method \WeChat\Oauth WeChatOauth($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\Product WeChatProduct($options = []) static 微信商店管理
* @method \WeChat\Qrcode WeChatQrcode($options = []) static 微信二维码管理 * @method \WeChat\Qrcode WeChatQrcode($options = []) static 微信二维码管理
* @method \WeChat\Receive WeChatReceive($options = []) static 微信推送管理 * @method \WeChat\Receive WeChatReceive($options = []) static 微信推送管理

View File

@ -21,7 +21,7 @@ try {
$config = include "./config.php"; $config = include "./config.php";
// 3. 创建接口实例 // 3. 创建接口实例
$wechat = new \WeChat\WePay($config); $wechat = new \WeChat\Pay($config);
// 4. 组装参数,可以参考官方商户文档 // 4. 组装参数,可以参考官方商户文档
$options = [ $options = [

View File

@ -21,7 +21,7 @@ try {
$config = include "./config.php"; $config = include "./config.php";
// 3. 创建接口实例 // 3. 创建接口实例
$wechat = new \WeChat\WePay($config); $wechat = new \WeChat\Pay($config);
// 4. 组装参数,可以参考官方商户文档 // 4. 组装参数,可以参考官方商户文档
$options = '1217752501201407033233368018'; $options = '1217752501201407033233368018';

View File

@ -21,7 +21,7 @@ try {
$config = include "./config.php"; $config = include "./config.php";
// 3. 创建接口实例 // 3. 创建接口实例
$wechat = new \WeChat\WePay($config); $wechat = new \WeChat\Pay($config);
// 4. 组装参数,可以参考官方商户文档 // 4. 组装参数,可以参考官方商户文档
$options = [ $options = [

View File

@ -21,7 +21,7 @@ try {
$config = include "./config.php"; $config = include "./config.php";
// 3. 创建接口实例 // 3. 创建接口实例
$wechat = new \WeChat\WePay($config); $wechat = new \WeChat\Pay($config);
// 4. 组装参数,可以参考官方商户文档 // 4. 组装参数,可以参考官方商户文档
$options = [ $options = [

View File

@ -21,7 +21,7 @@ try {
$config = include "./config.php"; $config = include "./config.php";
// 3. 创建接口实例 // 3. 创建接口实例
$wechat = new \WeChat\WePay($config); $wechat = new \WeChat\Pay($config);
// 4. 组装参数,可以参考官方商户文档 // 4. 组装参数,可以参考官方商户文档
$options = [ $options = [

View File

@ -21,7 +21,7 @@ try {
$config = include "./config.php"; $config = include "./config.php";
// 3. 创建接口实例 // 3. 创建接口实例
$wechat = new \WeChat\WePay($config); $wechat = new \WeChat\Pay($config);
// 4. 组装参数,可以参考官方商户文档 // 4. 组装参数,可以参考官方商户文档
$options = [ $options = [

View File

@ -21,7 +21,7 @@ try {
$config = include "./config.php"; $config = include "./config.php";
// 3. 创建接口实例 // 3. 创建接口实例
$wechat = new \WeChat\WePay($config); $wechat = new \WeChat\Pay($config);
// 4. 组装参数,可以参考官方商户文档 // 4. 组装参数,可以参考官方商户文档
$options = [ $options = [

View File

@ -21,7 +21,7 @@ try {
$config = include "./config.php"; $config = include "./config.php";
// 3. 创建接口实例 // 3. 创建接口实例
$wechat = new \WeChat\WePay($config); $wechat = new \WeChat\Pay($config);
// 4. 组装参数,可以参考官方商户文档 // 4. 组装参数,可以参考官方商户文档
$options = [ $options = [