mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-03 04:50:32 +08:00
opti: del console info
This commit is contained in:
parent
bc4591d409
commit
43f1b1892c
@ -1111,43 +1111,3 @@ var VERSION = "0.5.0-rc11";
|
||||
jsf.version = VERSION;
|
||||
|
||||
module.exports = jsf;
|
||||
var a = {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"firstName": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"password": {
|
||||
"type": "string"
|
||||
},
|
||||
"phone": {
|
||||
"type": "string"
|
||||
},
|
||||
"userStatus": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"description": "User Status"
|
||||
}
|
||||
},
|
||||
"xml": {
|
||||
"name": "User"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
console.log(jsf(a))
|
Loading…
Reference in New Issue
Block a user