Skip to content

Commit 210ebac

Browse files
committed
[代码完善](master): 修改默认配置为php-ext
1 parent 8db7302 commit 210ebac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $corpConfig = [
2121
];
2222
## 包配置
2323
$srcConfig = [
24-
'default' => 'php-ffi',
24+
'default' => 'php-ext',
2525
'providers' => [
2626
'php-ext' => [
2727
'driver' => \MoChat\WeWorkFinanceSDK\Provider\PHPExtProvider::class,

publish/wx_finance_sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @license https://github.com/mochat-cloud/mochat/blob/master/LICENSE
1010
*/
1111
return [
12-
'default' => 'php-ffi',
12+
'default' => 'php-ext',
1313
'providers' => [
1414
'php-ext' => [
1515
'driver' => \MoChat\WeWorkFinanceSDK\Provider\PHPExtProvider::class,

src/WxFinanceSDK.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class WxFinanceSDK
3636
public function __construct(array $config = [])
3737
{
3838
$default = [
39-
'default' => 'php-ffi',
39+
'default' => 'php-ext',
4040
'providers' => [
4141
'php-ext' => [
4242
'driver' => \MoChat\WeWorkFinanceSDK\Provider\PHPExtProvider::class,

0 commit comments

Comments
 (0)