update php sample

This commit is contained in:
wing328
2016-04-09 18:05:40 +08:00
parent 02ac7d93c5
commit 290957f6c8
26 changed files with 63 additions and 314 deletions

View File

@@ -207,7 +207,7 @@ Get user by user name
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\UserApi();
$username = "username_example"; // string | The name that needs to be fetched. Use user1 for testing.
$username = "username_example"; // string | The name that needs to be fetched. Use user1 for testing.
try {
$result = $api_instance->getUserByName($username);
@@ -222,7 +222,7 @@ try {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**username** | **string**| The name that needs to be fetched. Use user1 for testing. |
**username** | **string**| The name that needs to be fetched. Use user1 for testing. |
### Return type