stream array fixes

This commit is contained in:
Ashita Prasad
2024-04-14 21:02:46 +05:30
parent 427d0afe5a
commit df691c258f
2 changed files with 10 additions and 15 deletions

View File

@ -495,8 +495,7 @@ $body = new MultipartStream([
[
'name' => 'times',
'contents' => '3'
],
]
]);
$headers = [
@ -537,8 +536,7 @@ $body = new MultipartStream([
[
'name' => 'times',
'contents' => '3'
],
]
]);
$headers = [
@ -576,8 +574,7 @@ $body = new MultipartStream([
[
'name' => 'imfile',
'contents' => '/Documents/up/1.png'
],
]
]);
$headers = [
@ -614,8 +611,7 @@ $body = new MultipartStream([
[
'name' => 'imfile',
'contents' => '/Documents/up/1.png'
],
]
]);
$headers = [
@ -656,8 +652,7 @@ $body = new MultipartStream([
[
'name' => 'times',
'contents' => '3'
],
]
]);
$queryParams = [
@ -700,8 +695,7 @@ $body = new MultipartStream([
[
'name' => 'imfile',
'contents' => '/Documents/up/1.png'
],
]
]);
$queryParams = [