Skip to content

Commit

Permalink
docs: 修复委托代购-只签约示例错误 (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
yansongda authored Apr 9, 2023
1 parent db364cc commit 1e720dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/docs/v3/wechat/more.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ $result = Pay::wechat()->pay($allPlugins, $params);
use Yansongda\Pay\Plugin\Wechat\Papay\OnlyContractPlugin;
use Yansongda\Pay\Plugin\Wechat\PreparePlugin;

$result = Pay::wechat()->pay([
$result = Pay::wechat()->payContract([
'_no_common_plugins' => true,
'_type' => 'mini', // 通过小程序签约
'contract_code' => '我方签约号',
Expand Down

0 comments on commit 1e720dd

Please sign in to comment.