Merge remote-tracking branch 'origin/4.1.x' into sync_41x_50x

This commit is contained in:
wing328
2019-06-27 18:27:20 +08:00
1243 changed files with 38715 additions and 15082 deletions

View File

@@ -116,7 +116,7 @@ Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**string** | [**array**](array.md)| |
**string** | [**string**](string.md)| |
### Return type
@@ -148,7 +148,7 @@ Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**string** | [**array**](array.md)| |
**string** | [**string**](string.md)| |
### Return type

View File

@@ -49,7 +49,7 @@ Creates list of users with given input array
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**body** | [**array**](array.md)| List of user object |
**body** | [**User**](User.md)| List of user object |
### Return type
@@ -74,7 +74,7 @@ Creates list of users with given input array
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**body** | [**array**](array.md)| List of user object |
**body** | [**User**](User.md)| List of user object |
### Return type