File tree Expand file tree Collapse file tree 3 files changed +117
-117
lines changed
Expand file tree Collapse file tree 3 files changed +117
-117
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ $result = Pay::wechat()->scan($order);
241241Pay::config($config);
242242
243243$order = [
244- '_action' => 'mch_transfer', // 微信官方老版本下线后 ,此部分可省略
244+ '_action' => 'mch_transfer', // v3.8.0 之后 ,此部分可省略
245245 'out_bill_no' => time().'',
246246 'transfer_scene_id' => '1001',
247247 'openid' => 'MYE42l80oelYMDE34nYD456Xoy',
@@ -254,7 +254,7 @@ $order = [
254254 ],
255255];
256256
257- // 以下为老版本调用方式,微信官方将于 2025年 3 月 31日 下线,建议使用新版本调用方式
257+ // 以下为老版本调用方式,2025年1月15日之后新商户将不能申请,建议2025年1月15日之前的商户升级切换至新版本
258258$order = [
259259 'out_batch_no' => time().'',
260260 'batch_name' => 'subject-测试',
Original file line number Diff line number Diff line change 66 "web:serve" : " vitepress serve"
77 },
88 "devDependencies" : {
9- "@types/node" : " ^24.0.3 " ,
9+ "@types/node" : " ^24.0.4 " ,
1010 "fast-glob" : " ^3.3.3" ,
1111 "sass" : " ^1.89.2" ,
1212 "vite" : " ^6.3.5" ,
You can’t perform that action at this time.
0 commit comments