fix java okhttp enum mismatche tab

This commit is contained in:
wing328
2016-04-28 15:57:49 +08:00
parent 70b25a682d
commit 3913388331
28 changed files with 175 additions and 180 deletions

View File

@@ -11,11 +11,11 @@ Name | Type | Description | Notes
**_float** | **Float** | | [optional]
**_double** | **Double** | | [optional]
**string** | **String** | | [optional]
**_byte** | **byte[]** | | [optional]
**_byte** | **byte[]** | |
**binary** | **byte[]** | | [optional]
**date** | [**Date**](Date.md) | | [optional]
**date** | [**Date**](Date.md) | |
**dateTime** | [**Date**](Date.md) | | [optional]
**password** | **String** | | [optional]
**password** | **String** | |

View File

@@ -16,9 +16,9 @@ Name | Type | Description | Notes
## Enum: StatusEnum
Name | Value
---- | -----
PLACED | placed
APPROVED | approved
DELIVERED | delivered
PLACED | "placed"
APPROVED | "approved"
DELIVERED | "delivered"

View File

@@ -16,9 +16,9 @@ Name | Type | Description | Notes
## Enum: StatusEnum
Name | Value
---- | -----
AVAILABLE | available
PENDING | pending
SOLD | sold
AVAILABLE | "available"
PENDING | "pending"
SOLD | "sold"