Skip to content

Commit 9729256

Browse files
committed
fix: correctly pass requestBody parameters for POST requests (Issue #548)
1 parent 58b13e6 commit 9729256

File tree

3 files changed

+652
-82
lines changed

3 files changed

+652
-82
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# uapi-sdk-php
22

3-
![Banner](https://raw.githubusercontent.com/AxT-Team/uapi-sdk-php/main/banner.png)
3+
![Banner](https://raw.githubusercontent.com/uapis/uapi-sdk-php/main/banner.png)
44

55
[![PHP](https://img.shields.io/badge/PHP-8.1+-777BB4?style=flat-square&logo=php&logoColor=white)](https://www.php.net/)
66
[![Docs](https://img.shields.io/badge/Docs-uapis.cn-2EAE5D?style=flat-square)](https://uapis.cn/)
@@ -11,7 +11,7 @@
1111
## 快速开始
1212

1313
```bash
14-
composer require AxT-Team/uapi-sdk-php
14+
composer require uapis/uapi-sdk-php
1515
```
1616

1717
```php

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"name": "axt-team/uapi-sdk-php",
3-
"version": "0.1.4",
2+
"name": "uapis/uapi-sdk-php",
43
"type": "library",
54
"require": { "php": ">=8.1", "guzzlehttp/guzzle": "^7.8" },
65
"autoload": { "psr-4": { "Uapi\\": "src/" } }

0 commit comments

Comments
 (0)