Skip to content

Commit 1f0ee08

Browse files
U: v3/fund-app/mch-transfer/transfer-bills/transfer
1 parent cc4203a commit 1f0ee08

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

docs/v3/fund-app/mch-transfer/transfer-bills/transfer.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
post:
2-
x-last-updated-at: 2025.05.16
2+
x-last-updated-at: 2026.04.10
33
x-role:
44
- 普通商户
55
tags:
@@ -18,7 +18,6 @@ post:
1818
- out_bill_no
1919
- transfer_scene_id
2020
- transfer_scene_report_infos
21-
- openid
2221
- transfer_amount
2322
- transfer_remark
2423
- authorization_id
@@ -31,10 +30,6 @@ post:
3130
type: string
3231
description: 商户单号
3332
example: plfk2020042013
34-
openid:
35-
type: string
36-
description: 收款用户OpenID
37-
example: o-MYE42l80oelYMDE34nYD456Xoy
3833
user_name:
3934
type: string
4035
format: base64

src/V3/FundApp/MchTransfer/TransferBills/Transfer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public function post(array $options = [
1818
'json' => [
1919
'appid' => 'wxf636efh567hg4356',
2020
'out_bill_no' => 'plfk2020042013',
21-
'openid' => 'o-MYE42l80oelYMDE34nYD456Xoy',
2221
'user_name' => '757b340b45ebef5467rter35gf464344v3542sdf4t6re4tb4f54ty45t4yyry45',
2322
'transfer_amount' => 400000,
2423
'transfer_remark' => '2020年4月报销',
@@ -46,7 +45,6 @@ public function postAsync(array $options = [
4645
'json' => [
4746
'appid' => 'wxf636efh567hg4356',
4847
'out_bill_no' => 'plfk2020042013',
49-
'openid' => 'o-MYE42l80oelYMDE34nYD456Xoy',
5048
'user_name' => '757b340b45ebef5467rter35gf464344v3542sdf4t6re4tb4f54ty45t4yyry45',
5149
'transfer_amount' => 400000,
5250
'transfer_remark' => '2020年4月报销',

0 commit comments

Comments
 (0)