Skip to content

Commit 1b27750

Browse files
U: src/V2/Secapi/Mch/_addinstitutionsub_.php, src/V3/Global_/Merchants.php
1 parent 781f0c3 commit 1b27750

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/V2/Secapi/Mch/_addinstitutionsub_.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public function post(array $options = [
5656
'www.qq.com',
5757
'www.weixin.com',
5858
]),
59+
'attach' => '555588889999',
5960
],
6061
'nonceless' => true,
6162
'security' => true,
@@ -108,6 +109,7 @@ public function postAsync(array $options = [
108109
'www.qq.com',
109110
'www.weixin.com',
110111
]),
112+
'attach' => '555588889999',
111113
],
112114
'nonceless' => true,
113115
'security' => true,

src/V3/Global_/Merchants.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public function post(array $options = [
6363
'h5_website_url' => 'https://qq.com',
6464
'domains' => ['www.qq.com'],
6565
],
66+
'attach' => '555588889999',
6667
],
6768
'headers' => [
6869
'Idempotency-Key' => 'GzPCeo963zXKcO2hDVD8AjXIpgrj',
@@ -123,6 +124,7 @@ public function postAsync(array $options = [
123124
'h5_website_url' => 'https://qq.com',
124125
'domains' => ['www.qq.com'],
125126
],
127+
'attach' => '555588889999',
126128
],
127129
'headers' => [
128130
'Idempotency-Key' => 'GzPCeo963zXKcO2hDVD8AjXIpgrj',

0 commit comments

Comments
 (0)