fix indent, update perl & python sample

This commit is contained in:
wing328
2016-01-17 19:32:50 +08:00
parent 906bd2c7bf
commit bfc83b330f
8 changed files with 177 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ public abstract class AbstractTypeScriptClientCodegen extends DefaultCodegen imp
typeMapping.put("integer", "number");
typeMapping.put("Map", "any");
typeMapping.put("DateTime", "Date");
//TODO binary should be mapped to byte array
//TODO binary should be mapped to byte array
// mapped to String as a workaround
typeMapping.put("binary", "string");
}