Skip to content

Commit

Permalink
typo examples
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNorthMemory committed Dec 9, 2024
1 parent 72b9450 commit 2feea7a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,11 @@
| APIv2∙资金应用∙红包 | ✔️ | ✔️ |
| APIv2∙资金应用∙付款 | ✔️ | ✔️ |
| APIv2∙车主平台 | ✔️ | ✔️ |
| APIv2∙乘车码代扣 | ✔️ | ✔️ |
| APIv2∙免押租借 | ✔️ | |
| APIv2∙免押速住 | ✔️ | |
| APIv2∙酒店押金 | | ✔️ |
| APIv2∙委托扣款 | | ✔️ |
| APIv2∙酒店押金 | ✔️ | ✔️ |
| APIv2∙委托扣款 | ✔️ | ✔️ |
| APIv2∙代金券 | ✔️ | ✔️ |
| APIv2∙小微 | | ✔️ |
| APIv2∙风控 | ✔️ | ✔️ |
Expand Down
2 changes: 1 addition & 1 deletion docs/v2/secapi/mch/modifyInstitutionsub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ post:
x-cdata: true
type: string
description: 门店照片
example: '[Media_id1,Media_id2,Media_id3]'
example: '["Media_id1","Media_id2","Media_id3"]'
nullable: true
x-json:
type: array
Expand Down
2 changes: 1 addition & 1 deletion docs/v3/global/merchants/{sub_mchid}.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ patch:
store_photos:
type: string
description: 门店照片
example: '[Media_id1, Media_id2, Media_id3]'
example: '["Media_id1", "Media_id2", "Media_id3"]'
mcc:
type: string
description: MCC码
Expand Down
4 changes: 2 additions & 2 deletions src/V2/Secapi/Mch/_modifyinstitutionsub_.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function post(array $options = [
'office_account' => 'wx8888888888888888',
'mini_program' => 'wx8888888888888888',
'store_address' => '广东省深圳市南山区科技中一道10000号',
'store_photos' => '[Media_id1,Media_id2,Media_id3]',
'store_photos' => '["Media_id1","Media_id2","Media_id3"]',
'director_name' => 'BobZhang',
'director_id_number' => '5555—8888',
'principal_name' => 'BobZhang',
Expand Down Expand Up @@ -79,7 +79,7 @@ public function postAsync(array $options = [
'office_account' => 'wx8888888888888888',
'mini_program' => 'wx8888888888888888',
'store_address' => '广东省深圳市南山区科技中一道10000号',
'store_photos' => '[Media_id1,Media_id2,Media_id3]',
'store_photos' => '["Media_id1","Media_id2","Media_id3"]',
'director_name' => 'BobZhang',
'director_id_number' => '5555—8888',
'principal_name' => 'BobZhang',
Expand Down
4 changes: 2 additions & 2 deletions src/V3/Global_/Merchants/_sub_mchid_.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function patch(array $options = [
'office_account' => 'wx8888888888888888',
'mini_program' => 'wx8888888888888888',
'store_address' => '10F World Finance Centre (South Office), 11 Canton Road, Tsim Sha Tsui, Hong Kong',
'store_photos' => '[Media_id1, Media_id2, Media_id3]',
'store_photos' => '["Media_id1", "Media_id2", "Media_id3"]',
'mcc' => '4214',
],
'director' => [
Expand Down Expand Up @@ -124,7 +124,7 @@ public function patchAsync(array $options = [
'office_account' => 'wx8888888888888888',
'mini_program' => 'wx8888888888888888',
'store_address' => '10F World Finance Centre (South Office), 11 Canton Road, Tsim Sha Tsui, Hong Kong',
'store_photos' => '[Media_id1, Media_id2, Media_id3]',
'store_photos' => '["Media_id1", "Media_id2", "Media_id3"]',
'mcc' => '4214',
],
'director' => [
Expand Down

0 comments on commit 2feea7a

Please sign in to comment.