Skip to content

Commit

Permalink
发送 Multipart 表单请求
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Mar 22, 2020
1 parent 0691000 commit c5d4cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $response = Http::asJson()->post(...);
$response = Http::asForm()->post(...);
```

###### 发送 Multipart 请求
###### 发送 Multipart 表单请求

```php
$response = Http::asMultipart(
Expand Down

0 comments on commit c5d4cd2

Please sign in to comment.